Skip to content

Releases: gobuffalo/plush

v5.0.5

23 May 14:26
97fab91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.0.5

v5.0.4

15 May 19:01
b5fbb50
Compare
Choose a tag to compare

What's Changed

  • feat: introduce scoped symbol table with global/local interning by @Mido-sys in #200

Full Changelog: v5.0.3...v5.0.4

v5.0.3

03 May 15:10
be7ad13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.0.3

v5.0.2

06 Feb 14:25
d62fe8a
Compare
Choose a tag to compare

What's Changed

  • Fix Panic when the underlying data type of the array differs from value by @Mido-sys in #193

Full Changelog: v5.0.1...v5.0.2

v5.0.1

06 Aug 16:04
e1f0290
Compare
Choose a tag to compare

What's Changed

  • upgrade unsafeGetBytes to use unsafe.slice by @Mido-sys in #191

Full Changelog: v5.0.0...v5.0.1

v5.0.0

06 Aug 14:49
3611e91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.22...v5.0.0

v4.1.22

06 Aug 13:27
6323264
Compare
Choose a tag to compare

What's Changed

  • Fix panic when accessing index out of range in a struct by @Mido-sys in #185
  • Replace bytes.buffer with strings.builder to avoid extra memory allocation by @Mido-sys in #187
  • Avoid the memory allocation of WriteString by @Mido-sys in #189

Full Changelog: v4.1.21...v4.1.22

v4.1.21

21 Jun 14:10
8eb5406
Compare
Choose a tag to compare

What's Changed

  • Gracefully handle division by zero using ints & floats by @Mido-sys in #183

Full Changelog: v4.1.20...v4.1.21

v4.1.20

25 Apr 15:25
f6aa624
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.19...v4.1.20

v4.1.19

27 Jul 16:10
4814270
Compare
Choose a tag to compare

What's Changed

  • Fix panic when accessing a map with a key type that's not comparable with map index by @Mido-sys in #177
  • task: moving the tests to a _test package by @paganotoni in #178

Full Changelog: v4.1.18...v4.1.19