Skip to content

Latest commit

 

History

History
222 lines (134 loc) · 13.5 KB

File metadata and controls

222 lines (134 loc) · 13.5 KB

Changelog

1.9.1 (2026-04-15)

Bug Fixes

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

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)

1.8.0 (2026-04-14)

Features

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

1.7.1 (2026-04-12)

Bug Fixes

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)

1.6.0 (2026-04-12)

Features

  • core: add Guards and Pipes for security and validation (eb757dd)
  • 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)
  • validation: add validation decorators and pipes (5d04bea)

Bug Fixes

  • BootApplication: read apiPrefix directly from config instead of config.config (3293c1b)
  • core: improve pipe handling and API prefix logic (a5aeb03)
  • test: add eslint-disable for unused-vars in ValidationDecorators (4015355)

1.5.1 (2026-03-20)

Bug Fixes

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

1.5.0 (2026-03-20)

Features

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

Bug Fixes

1.4.0 (2026-03-20)

Features

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

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)

1.3.1 (2026-03-11)

Bug Fixes

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

1.3.0 (2026-03-11)

Features

  • Refactor utils and add createApp alias (c4ac82f)
  • restructure controllers and services (2ebad08)
  • restructure domain models and exceptions (484e5eb)
  • restructure repositories and shared utilities (2e8c043)

Bug Fixes

1.2.0 (2026-03-11)

Features

  • restructure controllers and services (2ebad08)
  • restructure domain models and exceptions (484e5eb)
  • restructure repositories and shared utilities (2e8c043)

Bug Fixes

1.1.1 (2025-10-31)

Bug Fixes

1.1.0 (2025-09-09)

Features

  • Refactor utils and add createApp alias (c4ac82f)

Bug Fixes

  • Critical bug preventing dependency injection (a62b212)

1.0.3 (2025-09-02)

Bug Fixes

1.0.2 (2025-09-02)

Bug Fixes

1.0.1 (2025-08-31)

Bug Fixes

1.0.0 (2025-07-25)

Bug Fixes

  • add .github/FUNDING.yml (dd0c80d)