This repository was archived by the owner on Oct 5, 2024. It is now read-only.
Releases: zekelevu/typeframework
Releases · zekelevu/typeframework
v0.2.1
v0.2.0
Bug Fixes:
- REST api
destroyaction should return the deleted object.
Features:
- Support
afterandaroundaction filters. - Call
configurestatic methods for Model and Controller if defined when adding to application. - Completed
node.d.tsTypeScript declaration file for NodeJS.
Breaking Changes:
- Disallow passing app declaration file to
Applicationconstructor. UseaddDeclarationmethod instead. - Use
Replyinterface instead ofResponseobject to send data to user. - Remove
pathsconfig. - Add
view,assetPathconfigs.