Skip to content

Release 1.0.0

Choose a tag to compare

@negezor negezor released this 22 Jun 12:29
· 94 commits to master since this release

[1.0.0] - 2019.06.22

🛑 BREAKING CHANGE

  • Renamed export EPOCHS to Epochs
  • 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 without BigInt constructor