Skip to content

Releases: disgoorg/snowflake

v2.0.3

19 Jul 20:17
0d0bcbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Jul 17:01
54c3ee4
Compare
Choose a tag to compare

What's Changed

  • added option to ignore snowflake unquote error (this is useful when discord fucks up and sends ids as numbers) in c9c4fec

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Oct 11:23
1f74592
Compare
Choose a tag to compare

Whats Changed

  • fix error when discord sends 0 instead of null for snowflakes
  • wrap json unmarshal errors for clearer errors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 May 23:36
06f0dcc
Compare
Choose a tag to compare

What's Changed

  • update to unit64 from strings and v2 by @TopiSenpai in #1

Full Changelog: v1.1.0...v2.0.0

v1.1.0

23 Mar 11:16
Compare
Choose a tag to compare

What Changed

  • updated org name

Full Changelog: v1.0.4...v1.1.0

v1.0.4

08 Feb 18:11
Compare
Choose a tag to compare

What Changed

  • add helper to turn other discord libs snowflake types into our snowflakes

Full Changelog: v1.0.3...v1.0.4

v1.0.3

24 Jan 19:03
Compare
Choose a tag to compare

Whats Changed

  • renamed ParseSnowflake to ParseInt64
  • added ParseUInt64

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 Jan 18:55
Compare
Choose a tag to compare

Whats Changed

  • added helper to parse int64 as snowflake

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 Jan 16:41
Compare
Choose a tag to compare

What's Changed

  • rename NewSnowflakeEnv to GetSnowflakeEnv

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Jan 16:15
Compare
Choose a tag to compare
add snowflake type and readme