Releases: cityssm/parking-ticket-system
Releases · cityssm/parking-ticket-system
v1.0.0-beta.1
Highlights
- Add server threads.
- Cache frequently used lookups.
- Move MTO file code to a separate project, node-mto-handler.
- Dropped support for older versions of Node.
- Lots of polish, cleanup and linting.
v1.0.0-beta
Back under development
Highlights
- Switched to ESM.
- Authentication through Active Directory.
- Dependencies.
- Linting.
Full Changelog: v0.3-beta...v1.0.0-beta
v0.3-beta - Summer's over!
Lots of refactoring. Lots of dependency updates. The addition of automated coverage testing.
v0.2-alpha - Linting turned up to 11
This alpha release does a lot of code cleanup using a far stricter eslint configuration, and a code quality service, Codacy.
The other big highlight is moving the NHTSA background task moved to a child process, avoiding the long hang at 1am. (Now you can work in the middle of the night uninterrupted!)
v0.1-alpha - Let the testing begin!
The application is (near) feature complete and ready for testing.