Releases: negezor/snowyflake
Releases · negezor/snowyflake
[email protected]
🛑 BREAKING CHANGE
- Drop support NodeJS 12, 14
- Now only named imports are available
- Deleted deprecated
Epochs
- Epoch enum now uses PascalCase (like
Epoch.Discord
)
📖 Documentation
- Add logo 😎
- Regenerate docs
🧹 Chore
- Update dev dependencies
Release 1.2.0
[1.2.0] - 2021.06.10
🛑 BREAKING CHANGE
- Drop support NodeJS 10
📖 Documentation
- Updated generated docs
Release 1.1.0
[1.1.0] - 2021.06.10
🌟Highlights
- Using exports in
package.json
📖 Documentation
- Move API Reference to sub folder
- Updated generated docs
🧹 Chore
- Updated dev dependencies
Release 1.0.2
[1.0.2] - 2020.02.21
🔧 Refactors
- Deprecated
Epochs
, useEpoch
📖 Documentation
- Updated generated docs
🧹 Chore
- Updated dev dependencies
Release 1.0.1
📖 Documentation
- Added installation information
- Fixed typo in README.md
Release 1.0.0
[1.0.0] - 2019.06.22
🛑 BREAKING CHANGE
- Renamed export
EPOCHS
toEpochs
- Interfaces now have a prefix
I
at the beginning - The
deconstructTimestamp
method now takes the required epoch parameter
🧪 Tests
- Added tests for
generateCustomId
,deconstructTimestamp
,deconstructTimestamp
,deconstructProcessId
,deconstructSequence
🧹 Chore
- Updated dev dependencies
- Now using eslint instead of tslint
- Now the documentation is generated
- Added missing method access modifiers
- Using
bigint
type directly withoutBigInt
constructor