Skip to content

Releases: r1zyn/MatarikiProgram

v2.0.0 (submission release)

26 Jul 10:22
Compare
Choose a tag to compare

Changes

  • closestFriday function has been rewritten again to accommodate pointer date rule
  • Added Jest testing
  • More commenting
  • Preparation for final submission

Todo

  • Nothing to do

v1.0.4

24 Jul 09:34
Compare
Choose a tag to compare

Changes

  • closestFriday function has been rewritten due to flaws with certain dates, working flawlessly now
  • Changed to lunar library for Chinese calendar conversion
  • Added lodash (had to install newest version as security vulnerabilities were found with lodash as the lunar package relied on an older, vulnerable version of it)
  • Added linting/formatting with pre-commit hooks
  • Added yarn config file
  • Changed script name from program to start
  • Removed unused depdencies

Todo

  • Resolve #5

v1.0.3

23 Jul 11:11
Compare
Choose a tag to compare

Major update - complete rewrite
Original branch main has been renamed to archived and has been archived. New main branch on master.

  • Removed constants.ts
  • Removed node-fetch, chalk-table and ts-node
  • No longer using Horizons API
  • Using Chinese Lunar calendar instead (increased accuracy, a lot less code)

v1.0.2

23 Jul 07:11
Compare
Choose a tag to compare

Slightly more updated version of v1.0.1, including:

  • Updated logging (for more visibility)
  • Updated README
  • More documentation files regarding the repo
  • Updated time where S-T-O is collected (temporary)
  • Moved constants.ts to src folder
  • Added CodeQL analysis

v1.0.1

21 Jul 00:55
Compare
Choose a tag to compare

Initial release of the Matariki program. Program outputs correct holiday days for some years, but for the majority of years outputs an incorrect holiday (issue specified in #2).

Issue to be resolved in next release.