Skip to content

v1.0.4

Compare
Choose a tag to compare
@r1zyn r1zyn released this 24 Jul 09:34
· 29 commits to master since this release

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