Jérôme Deuchnord
|
8b723bfd22
|
refactor: use `enum` instead of `dict`s for the events and moon phase (#129)
BREAKING CHANGE: some methodes in Event and MoonPhase have been dropped
in favor of `enum.Enum`'s `name` and `value` properties.
|
преди 3 години |
Jérôme Deuchnord
|
c39cd3aefa
|
fix: handle out of range date error
|
преди 4 години |
Jérôme Deuchnord
|
6618712030
|
refactor: simplify ephemerides, remove dead code
BREAKING CHANGE: the JSON format has deeply changed to enhance its
consistency
|
преди 4 години |
Jérôme Deuchnord
|
32489ae355
|
feat: move the date to a single argument
BREAKING CHANGE: the --day, --month and --year arguments have been removed in the
favor of a single one.
|
преди 4 години |
Jérôme Deuchnord
|
87c1cdad9d
|
build: bump version 0.6.0
|
преди 4 години |
Jérôme Deuchnord
|
d7730bd2ad
|
feat: add support for timezones
|
преди 4 години |
Jérôme Deuchnord
|
d7157466d9
|
fix(moonphase): fix the Moon phase prediction
|
преди 5 години |
Jérôme Deuchnord
|
6856d45643
|
feat(moon-phase): compute more accurate Moon phase
BREAKING CHANGE: JSON format now returns the moon phase as an object
instead of a string
|
преди 5 години |
Jérôme Deuchnord
|
82bdc7055b
|
fix: set times are now correct
|
преди 5 години |