Skip to content

Releases: hnthap/lunar-calendar-api

v0.2.3

02 Sep 10:17
fb4ae0b

Choose a tag to compare

v0.2.3 Pre-release
Pre-release

New Features:

  • A Docker image
  • Netlify serverless deployment
  • Static frontend URL
  • Updated tests for API v0.2
  • Update README

v0.2.2

31 Aug 13:12

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

New Features:

  • Add Simplified Chinese support for Lunar date formatting (lang=zh-cn for Simplified Chinese, in addition to lang=zh for Traditional Chinese).

v0.2.1

31 Aug 08:46

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Bug fixed:

  • Chinese representation of Lunar date does not distinguish whether a month is leap.

v0.2.0: New Major Pre-release!

11 Aug 10:17

Choose a tag to compare

Pre-release

Fixes:

  • A complete change of API (read README for more)
  • Fix for bugs in callbacks in convert routers

v0.1.1

27 Mar 15:07

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Full Changelog: v0.1.0...v0.1.1

  • API:
    • Fix errors in the algorithm.
  • Development:
    • Clean code by migrating from an OOP design to a Functional design.
    • Add documentation.
    • Test on the API, and add more tests.