Releases: SylarLong/iztro
Releases · SylarLong/iztro
v2.0.4
v1.3.5
v1.3.5
v1.3.4
-
🪄 功能(feature)
🇨🇳
- 判断运限四化 #74
🇺🇸
- check horoscope mutagen state #74
-
✨ 改进(enhancement)
🇨🇳
- 重构代码 #72
🇺🇸
- refactor code #72
-
🛠️ 修复(fix)
🇨🇳
- 文曲星亮度丢失
🇺🇸
- fix brightness missed issue
v1.3.3
-
🪄 功能(feature)
🇨🇳
- 判断指定运限宫位内是否包含指定流耀中其中一个 #70
🇺🇸
- check if one of horoscope stars are in specific palace #70
v1.3.2
v1.3.1
v1.3.0 - Back to work
v1.3.0
-
🪄 功能(feature)
🇨🇳
- 获取运限的宫位
- 获取运限指定宫位的三方四正
- 判断宫位星耀情况
🇺🇸
- to get specific palace of a horoscope
- to get surrounded palaces of a horoscope
- to check stars of a horoscope
v1.2.6 - Happy Mid-Autumn Festival 🎉
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.1
-
🪄 功能(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
v1.2.0
v1.2.0
-
✨ 改进(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
v1.1.0
v1.1.0
-
🪄 功能(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.