Commit eb56ad5
committed
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2025-07-01)
### Bug Fixes
* Clean up SQL script for temp_trees table ([0dbb3ed](0dbb3ed))
* cli help text ([27523ff](27523ff))
* Correct SQL transformation for GeoJSON geometry ([05b81b6](05b81b6))
### Features
* Add CLI completions for npx giessdenkiez ([153cc29](153cc29))
* Add comment option for tree import ([cf3581f](cf3581f))
* Add completions for giessdenkiez CLI commands in zsh & bash ([f25d71b](f25d71b))
* Add default cursor behaviour rules for interaction guidelines ([e35c874](e35c874))
* Add languages.mdc file for TypeScript project configuration ([cbf80a0](cbf80a0))
* Add Postgres dependency and enhance map functionality ([c596808](c596808))
* Add processed column to trees table and update upsertTrees logic ([b79bb69](b79bb69))
* Add SQL scripts for materialized view refresh and trees table restore ([b7488bd](b7488bd))
* Add test connection feature to CLI for PostgreSQL ([f5045ea](f5045ea))
* Adjust upsertTrees function for improved performance and deadlock prevention ([54636f3](54636f3))
* Enhance dry-run functionality across database operations ([accd098](accd098))
* Enhance upsertTrees function with improved batch processing and logging ([e0efe92](e0efe92))
* Improve deleteTrees function with dry-run support and enhanced logging ([e87c3a5](e87c3a5))
* Introduced "bin" entry for CLI command "giessdenkiez" in both package.json and package-lock.json. ([3bbc0b6](3bbc0b6))
* Update CLI to support temporary trees table option ([f4613cb](f4613cb))1 parent 3a700e8 commit eb56ad5
3 files changed
+31
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
1 | 29 | | |
2 | 30 | | |
3 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments