- ✨ 改进(enhancement)
- 🪄 功能(feature)
- 🛠️ 修复(fix)
- 🧹 琐事(Chore)
-
🪄 功能(feature)
🇨🇳
-
新增静态方法 #28
- 通过阳历获取生肖
- 通过农历获取生肖
- 通过阳历获取星座
- 通过农历获取星座
- 通过阳历获取主星
- 通过农历获取主星
🇺🇸
-
add some static methods #28
- get zodiac by solar date
- get zodiac by lunar date
- get sign by solar date
- get sign by lunar date
- get major stars by solar date
- get major stars by lunar date
-
-
🛠️ 修复(fix)
🇨🇳
- 在特定情况下语言无法设置成功的问题
🇺🇸
- failed to set language in some scenarios
-
✨ 改进(enhancement)
🇨🇳
-
新增
FunctionalSurpalaces
类 -
新增
FunctionalStar
类 -
废弃
FunctionalAstrolabe
类的下列方法isSurrounded()
isSurroundedOneOf()
notSurrounded()
🇺🇸
-
add new class
FunctionalSurpalaces
-
add new class
FunctionalStar
-
deprecate those functions to
FunctionalAstrolabe
classisSurrounded()
isSurroundedOneOf()
notSurrounded()
-
-
🪄 功能(feature)
🇨🇳
- 实现 #24
🇺🇸
- implement #24
-
🛠️ 修复(fix)
🇨🇳
- 更改错别字
🇺🇸
- fix typo
-
🪄 功能(feature)
🇨🇳
- 实现三方四正宫位功能 #21
🇺🇸
- implement surrounded palaces feature #21
-
✨ 改进(enhancement)
🇨🇳
- 支持性别国际化
- 将
timely
修改为hourly
- 优化
types
结构,将types.ts
拆分进types
文件夹内,方便维护
🇺🇸
- localization for gender
- rename
timely
tohourly
- optimize the structure of
types
: splittypes.ts
into several parts and store them intotypes
directory.
-
🪄 功能(feature)
🇨🇳
- 新增宫位以及星耀分析方法
🇺🇸
- add
palace
andstar
analyzation function
-
🛠️ 修复(fix)
🇨🇳
- 已知Bug
🇺🇸
- fix known bugs
-
✨ 改进(enhancement)
🇨🇳
- 优化代码,将变量名改为英文,提高兼容性
🇺🇸
- code optimization. change the variable names from Chinese to english in order to avoid compatibility issues
-
🛠️ 修复(fix)
🇨🇳
- 翻译错误
🇺🇸
- translation error
-
✨ 改进(enhancement)
🇨🇳
- 完善流耀的翻译
🇺🇸
- enhance the translations of horoscope stars
-
🧹 琐事(Chore)
🇨🇳
- 使用eslint替换tslint
🇺🇸
- replace tslint to eslint
-
🪄 功能(feature)
🇨🇳
- 集成i18n,支持国际化 #2
🇺🇸
- i18n integration #2
-
🪄 功能(feature)
🇨🇳
- 实现流时 #3
🇺🇸
- implement hourly horoscope #3
-
✨ 改进(enhancement)
🇨🇳
- 优化代码结构
- 完善注释
- 增加Release后自动发布到npm的工作流
🇺🇸
- code structure optimization
- comments improvement
- add a workflow to
publish to npm after released
-
🛠️ 修复(fix)
🇨🇳
- 修复错别字:
astrolable
-->astrolabe
🇺🇸
- fix typo:
astrolable
-->astrolabe
- 修复错别字:
-
🪄 功能(feature)
🇨🇳
- 实现 #1
🇺🇸
- implement #1
-
🧹 琐事(Chore)
🇨🇳
- 调整package.json里的关键词
- 修改大限变量名
🇺🇸
- modify keywords in package.json
- change
stage
todecadal
-
🛠️ 修复(fix)
🇨🇳
- 将
年解
星放置到流耀里面去 - 修复错误拼写
🇺🇸
- move
年解
to the horoscope star list - fix typo
- 将
-
✨ 改进(enhancement)
🇨🇳
- 完善ReadMe
🇺🇸
- imporove README
-
✨ 改进(enhancement)
🇨🇳
- 优化注释
- 优化“性别”类型
🇺🇸
- optimize comments
- optimize
Gender
type
-
✨ 改进(enhancement)
🇨🇳
- 增加CHANGELOG
🇺🇸
- add CHANGELOG
-
🪄 功能(feature)
🇨🇳
- 核心功能的实现
🇺🇸
- core functions implementation
-
🪄 功能(feature)
🇨🇳
- 实现工具方法
🇺🇸
- util functions implementation
-
✨ 改进(enhancement)
🇨🇳
- 优化代码结构
- 完善注释
🇺🇸
- code structure optimization
- comments improvement
-
🪄 功能(feature)
🇨🇳
- 项目初始化
- 准备依赖数据
🇺🇸
- project initialization
- dependencies preparation