Skip to content

Releases: gobuffalo/plush

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

v4.1.18

11 Jan 15:21
v4.1.18
a2fcc6c
Compare
Choose a tag to compare

What's Changed

  • Revert "Fix uninitialized variables" by @sio4 in #172
  • Fix panic when let statement is not followed by an equal sign by @Mido-sys in #174
  • code cleanup, added comments, and renamed/added test cases by @sio4 in #175

Full Changelog: v4.1.17...v4.1.18

v4.1.17

26 Dec 14:47
01712da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.16...v4.1.17

v4.1.16

06 Oct 14:29
Compare
Choose a tag to compare

What's Changed

  • Fix if condition if one of the nodes is undefined while the operator is Or and the other node is true by @Mido-sys in #164
  • fixed #164's bug by focusing on the operator instead of the value by @sio4 in #166
  • simplified some of test cases and code clean up by @sio4 in #167
  • fixed if condition bug on non-existing variable by @sio4 in #168
  • upgraded module dependencies and fixed badges by @sio4 in #169

Full Changelog: v4.1.15...v4.1.16

v4.1.15

05 Sep 11:20
Compare
Choose a tag to compare

What's Changed

  • cleanup for buffalo v1, added some test cases for #82 and #106 by @sio4 in #162

Full Changelog: v4.1.14...v4.1.15