Skip to content

Latest commit

 

History

History
242 lines (122 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

242 lines (122 loc) · 12.9 KB

0.11.0 (2023-02-22)

Features

  • added new unit tests for newest backend api (0e92c1f)
  • update npm workers-types to 4.20230221.0 (315e9e8)
  • upgrade the wrangler from 2.9.0 to 2.9.1 (b9ab092)

Bug Fixes

  • bug in frontend when edit tenant will reset the meta property (f777840)
  • fix all testing compatibility errors for the new wrangler 2.9.1 (fa62662)
  • removed duplicated cfw bindings in backend (8c4d2bd)
  • sample data more realistic (1a3c5ae)

0.10.1 (2023-02-14)

Features

  • pdf input field show download link for existing PDF file (92ea671)

Bug Fixes

  • added missing 'createNoticeLoopRecord' api (7fc2c3b)
  • move the test device token to develop environment variables (7cf7ad2)
  • tenant device token logical bug after logged-in (5d0aedc)

0.10.0 (2023-02-10)

Features

  • added test cases for newest backend apis for notifications (73eb271)
  • notice notification (via firebase fcm) done (eb2ce96)

0.9.8 (2023-02-07)

Features

  • added popup to the admin console frontend notice page (48c6c91)
  • implementing push notification (9898637)
  • re-structure the tenant for better handling firebase messaging (fbcb928)

Bug Fixes

  • bug in api tenant setPassword (54b07f0)
  • very minor bug on util.test.ts. incorrect test title (8ca8c61)

0.9.7 (2023-01-27)

Features

  • added missing apis for tenant app (c544c8f)
  • added missing apis for tenant app (e635fd2)

Bug Fixes

  • added missing tenant status api (028a670)
  • bug in setPassword api (84b38e0)
  • just minfor bug to remove ts error reports (3a91499)
  • modify the readme.md for unit tests instruction correction (8853927)
  • readme.md further clear instruction (08fbece)
  • set tenant password api incorrect password encryption (ca4c0ef)
  • unit tests config error (8be068c)

0.9.6 (2023-01-24)

Features

  • frontend unit test added autolist testing (2c59a96)
  • frontend unit test added autoreport testing (ed6ca28)
  • frontend unit test added util.ts testing (f7cd9bc)

0.9.5 (2023-01-20)

Features

  • added basic frontend testing for admin console (bc9baf5)
  • added frontend ajax and autoform testings (00cbf50)

Bug Fixes

  • bug when add new tenant and can't display (2049cf4)

0.9.4 (2023-01-19)

Features

  • added unit test for testing 'util.ts' (c3e9cb3)

Bug Fixes

  • added back the missing testings for user-logged-in level (39391c6)
  • enable all levels of testings (3bf70da)

0.9.3 (2023-01-18)

Features

  • added user-logged-in testings (b9648bf)

0.9.2 (2023-01-17)

Features

  • added ts type for all apis parameters (a77532d)
  • tenant-logged-in testings done (297f7ee)

Bug Fixes

  • modify all model getall(), the param pageno & pagesize to number (8295c05)

0.9.1 (2023-01-16)

Features

  • non-logged-in testings done (71e8f94)

0.9.0 (2023-01-16)

Features

  • added basic setup for backend api unit testing (c9a935a)

0.8.1 (2023-01-16)

Features

  • change 'set amenity booking api' to support muli-status (82529ed)

Bug Fixes

  • fix the date informal format when creating sample data in insertothers (b90d08e)
  • the tenAmenBkg status typo error (70e8ff7)

0.8.0 (2023-01-13)

Features

  • add logging to all functions and routers for easily debugging (0cc2bb0)
  • added amenity booking 'confirm' handling for admin and api (472bc63)

0.7.0 (2023-01-12)

Features

  • add 'break' for release-it to create breaking changes section (11dc2ef)
  • add release-it config json file (b40355f)
  • added api for amenity booking (e40adf6)
  • added new ts type definition for loopmeta (c654d69)
  • all exception handling dump the stack in backend (2580a1d)
  • booking ts type is improved (83de2fa)

Bug Fixes

  • amenity booking sample record correction (edf2cb9)
  • bug in /getdashboarddata is fixed (9c7ac69)
  • change model some field type to enum (1a75da9)

0.6.0 (2023-01-09)

Features

  • admin console add html editor (f52bd36)
  • estate schema add 'website' field (49d7477)

Bug Fixes

  • all models getall() & getbyid() reduce redundant codes (48a9b1d)
  • bug at admin console when checkbox save error (56e941d)

0.5.0 (2023-01-05)

Features

0.4.0 (2023-01-04)

Features

  • add api for tenant app to scan unit qrcode (0773c14)
  • add mobile app repo hyperlink (1e122ed)

Bug Fixes

0.3.0 (2023-01-02)

Features

  • add .dev.var in readme & sample wrangler.toml (a95b442)

Bug Fixes

  • accurate the setup instruction in README (09fa00b)
  • Fix installation bugs for development installation (34d05b8)

0.2.0 (2022-12-29)

Features

  • add package "release-it" for release management (a93843a)

Bug Fixes

  • add missing files for release-it (ac170b2)