Releases: hnthap/lunar-calendar-api
Releases · hnthap/lunar-calendar-api
v0.2.3
02 Sep 10:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.