Skip to content

Releases: cityssm/parking-ticket-system

v1.0.0-beta.1

06 May 13:31
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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

07 Jul 13:35
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

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!

14 Sep 18:34
Compare
Choose a tag to compare
Pre-release

Lots of refactoring. Lots of dependency updates. The addition of automated coverage testing.

v0.2-alpha - Linting turned up to 11

02 Jul 18:32
Compare
Choose a tag to compare
Pre-release

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!

12 Jun 15:23
Compare
Choose a tag to compare
Pre-release

The application is (near) feature complete and ready for testing.