Skip to content

Releases: bootgs/boot

v1.9.1

15 Apr 15:59
3b685b5

Choose a tag to compare

1.9.1 (2026-04-15)

Bug Fixes

  • resolve route inheritance issues in controllers (fixes #100) (ef293c0)

v1.9.0

15 Apr 15:34
fd5c5c7

Choose a tag to compare

1.9.0 (2026-04-15)

Features

  • core: core logic and service improvements (00e6e0c)
  • core: introduce ResponseEntity, ResponseBody and produces support (b13fb1b)
  • service: add support for Apps Script output types in ResponseBuilder and cleanup (db2f912)

v1.8.0

14 Apr 12:01
caf02e5

Choose a tag to compare

1.8.0 (2026-04-14)

Features

  • core: update services, decorators and repository logic (bd1ba46)
  • domain: update domain entities, types and enums (e81d5ce)

v1.7.1

12 Apr 19:32
8d98505

Choose a tag to compare

1.7.1 (2026-04-12)

Bug Fixes

v1.7.0

12 Apr 19:19
d81dbaa

Choose a tag to compare

1.7.0 (2026-04-12)

Features

  • core: add Guards and Pipes for security and validation (eb757dd)
  • core: add onMenu method to BootApplication for Google Apps Script menu handling (0dbd1a9)
  • core: implement Spring Boot style decorators and global error handling (280945d)
  • core: update BootApplication and core services (72aadd8)
  • domain: add ApplicationProperties and update ApplicationConfig (2a5e16c)
  • pipes: add new pipes and refactor existing ones (05721b5)
  • Refactor utils and add createApp alias (c4ac82f)
  • restructure controllers and services (2ebad08)
  • restructure domain models and exceptions (484e5eb)
  • restructure repositories and shared utilities (2e8c043)
  • update core logic to use apps-script-utils and refactor (faea336)
  • validation: add validation decorators and pipes (5d04bea)

Bug Fixes

  • add .github/FUNDING.yml (dd0c80d)
  • add import reflect-metadata (923ee31)
  • add import reflect-metadata (f6a8b7e)
  • BootApplication: read apiPrefix directly from config instead of config.config (3293c1b)
  • bugs (ee0cde5)
  • change onMenu to a getter returning a Proxy (8623bf3)
  • controllers (17fcdb4)
  • controllers (79339ae)
  • core: improve pipe handling and API prefix logic (a5aeb03)
  • Critical bug preventing dependency injection (a62b212)
  • format (f5e8896)
  • format (b16e6b7)
  • imports (c525656)
  • lint (794c1b7)
  • lint (9ece0d8)
  • readme: fix link in README.md (938931f)
  • test: add eslint-disable for unused-vars in ValidationDecorators (4015355)
  • update apps-script-utils to v1.9.0 (c74766f)
  • update apps-script-utils to v1.9.0 (41f2a20)
  • update package.json (ece9d69)
  • update package.json (83c9a45)

v1.5.1

20 Mar 13:10
e6a00b2

Choose a tag to compare

1.5.1 (2026-03-20)

Bug Fixes

  • change onMenu to a getter returning a Proxy (8623bf3)

v1.5.0

20 Mar 12:56
0761c65

Choose a tag to compare

1.5.0 (2026-03-20)

Features

  • update core logic to use apps-script-utils and refactor (faea336)

Bug Fixes

v1.4.0

20 Mar 12:15
b80dee7

Choose a tag to compare

1.4.0 (2026-03-20)

Features

  • core: add onMenu method to BootApplication for Google Apps Script menu handling (0dbd1a9)

v1.3.2

17 Mar 21:24
50cb113

Choose a tag to compare

1.3.2 (2026-03-17)

Bug Fixes

  • format (b16e6b7)
  • update apps-script-utils to v1.9.0 (c74766f)
  • update apps-script-utils to v1.9.0 (41f2a20)

v1.3.1

11 Mar 17:08
e170254

Choose a tag to compare

1.3.1 (2026-03-11)

Bug Fixes

  • add import reflect-metadata (923ee31)
  • add import reflect-metadata (f6a8b7e)