Skip to content

Commit 80c2398

Browse files
chore(main): release 1.7.0
1 parent bcef9eb commit 80c2398

3 files changed

Lines changed: 46 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/bootgs/boot/compare/v1.6.0...v1.7.0) (2026-04-12)
4+
5+
6+
### Features
7+
8+
* **core:** add Guards and Pipes for security and validation ([eb757dd](https://github.com/bootgs/boot/commit/eb757dd45c6d75f3e426cf38ed830011929fdf9d))
9+
* **core:** add onMenu method to BootApplication for Google Apps Script menu handling ([0dbd1a9](https://github.com/bootgs/boot/commit/0dbd1a9dc9351fea0e37dfa118315b86aa8e40af))
10+
* **core:** implement Spring Boot style decorators and global error handling ([280945d](https://github.com/bootgs/boot/commit/280945d7794c87432507e45b3a0d924152593733))
11+
* **core:** update BootApplication and core services ([72aadd8](https://github.com/bootgs/boot/commit/72aadd855544534f1fabca794c5b00ae7ef97e3a))
12+
* **domain:** add ApplicationProperties and update ApplicationConfig ([2a5e16c](https://github.com/bootgs/boot/commit/2a5e16ca2d7d6037f179141c08b03ce47a69291d))
13+
* **pipes:** add new pipes and refactor existing ones ([05721b5](https://github.com/bootgs/boot/commit/05721b500d999b87b79a6d7a259781b6c0a9a2a3))
14+
* Refactor utils and add createApp alias ([c4ac82f](https://github.com/bootgs/boot/commit/c4ac82fed83df22816c9d065e1ac7028aedce5e9))
15+
* restructure controllers and services ([2ebad08](https://github.com/bootgs/boot/commit/2ebad08d59d065177073af68b284dc710e27d4d6))
16+
* restructure domain models and exceptions ([484e5eb](https://github.com/bootgs/boot/commit/484e5ebf8cee74384b91da85c46ddeb90a41fe0f))
17+
* restructure repositories and shared utilities ([2e8c043](https://github.com/bootgs/boot/commit/2e8c043acc07d4e6eb0b3430c26a1083c650eb79))
18+
* update core logic to use apps-script-utils and refactor ([faea336](https://github.com/bootgs/boot/commit/faea3366624fcf945279d23f81def83c492b29f2))
19+
* **validation:** add validation decorators and pipes ([5d04bea](https://github.com/bootgs/boot/commit/5d04bea91b7f5c6a34958a3f8a854b6fe672b892))
20+
21+
22+
### Bug Fixes
23+
24+
* add .github/FUNDING.yml ([dd0c80d](https://github.com/bootgs/boot/commit/dd0c80dfa183001b62cfcd40a1709282b52c5f7c))
25+
* add import reflect-metadata ([923ee31](https://github.com/bootgs/boot/commit/923ee3191a4415b3e0b69dab97b59bce889f2492))
26+
* add import reflect-metadata ([f6a8b7e](https://github.com/bootgs/boot/commit/f6a8b7ecd395a0b0eecffad52978910cf26528b2))
27+
* **BootApplication:** read apiPrefix directly from config instead of config.config ([3293c1b](https://github.com/bootgs/boot/commit/3293c1b2edcbc393757c98bd9a8abda72b9a3fb6))
28+
* bugs ([ee0cde5](https://github.com/bootgs/boot/commit/ee0cde5ce8bb63776ec91c951e9152c482eb1c18))
29+
* change onMenu to a getter returning a Proxy ([8623bf3](https://github.com/bootgs/boot/commit/8623bf339fae58e916122e431f3360d115d26cc4))
30+
* controllers ([17fcdb4](https://github.com/bootgs/boot/commit/17fcdb415ee0e7cec98976ff7b0dd6270b78cf02))
31+
* controllers ([79339ae](https://github.com/bootgs/boot/commit/79339ae8109af400ed2e1eb3580f2d2f2cb1946a))
32+
* **core:** improve pipe handling and API prefix logic ([a5aeb03](https://github.com/bootgs/boot/commit/a5aeb03a64eda57681992f2f1cbf3dbbe2fbc2ee))
33+
* Critical bug preventing dependency injection ([a62b212](https://github.com/bootgs/boot/commit/a62b212376ef6909f6c2e83fd291096b6a5a5bb7))
34+
* format ([f5e8896](https://github.com/bootgs/boot/commit/f5e8896ab75a861abe02cccf4739c23d529a1bb5))
35+
* format ([b16e6b7](https://github.com/bootgs/boot/commit/b16e6b71330ab34d6e8520f75e47ff1d00a06d0f))
36+
* imports ([c525656](https://github.com/bootgs/boot/commit/c5256565d84c6cd53aa36dd1312d7880044af84a))
37+
* lint ([794c1b7](https://github.com/bootgs/boot/commit/794c1b760aac01e7124c8561d44f42fef69fdf91))
38+
* lint ([9ece0d8](https://github.com/bootgs/boot/commit/9ece0d8733025d82ba75baf0489001c37776b511))
39+
* **readme:** fix link in README.md ([938931f](https://github.com/bootgs/boot/commit/938931f39fd3646f2d5b17345d503dd27a6601e3))
40+
* **test:** add eslint-disable for unused-vars in ValidationDecorators ([4015355](https://github.com/bootgs/boot/commit/401535511e819d2deb1a8204138cd76effbdc7c3))
41+
* update apps-script-utils to v1.9.0 ([c74766f](https://github.com/bootgs/boot/commit/c74766f8965bd83987f9c2534ace9f8148686079))
42+
* update apps-script-utils to v1.9.0 ([41f2a20](https://github.com/bootgs/boot/commit/41f2a20d9ef8c28b2b803152c5de9114d1685478))
43+
* update package.json ([ece9d69](https://github.com/bootgs/boot/commit/ece9d691d0ba1a8871da7198a1e9d7a8539842c5))
44+
* update package.json ([83c9a45](https://github.com/bootgs/boot/commit/83c9a4506d74fc3e9132d98ee8c2298a7ecf660d))
45+
346
## [1.6.0](https://github.com/bootgs/boot/compare/v1.5.1...v1.6.0) (2026-04-12)
447

548

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootgs",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Boot Framework for Google Apps Script™ projects.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)