Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Releases: zekelevu/typeframework

v0.2.1

23 Aug 08:53

Choose a tag to compare

Bug Fixes:

  • Fix bug where models share the same waterline collection attributes.

v0.2.0

23 Aug 08:53

Choose a tag to compare

Bug Fixes:

  • REST api destroy action should return the deleted object.

Features:

  • Support after and around action filters.
  • Call configure static methods for Model and Controller if defined when adding to application.
  • Completed node.d.ts TypeScript declaration file for NodeJS.

Breaking Changes:

  • Disallow passing app declaration file to Application constructor. Use addDeclaration method instead.
  • Use Reply interface instead of Response object to send data to user.
  • Remove paths config.
  • Add view, assetPath configs.