Skip to content

Releases: rawpixel-vincent/string-literal-list

v1.5.2

04 Mar 05:21
fdcdddf
Compare
Choose a tag to compare

Full Changelog: v1.5.1...v1.5.2

v1.5.1

04 Mar 05:05
08d231e
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Mar 04:57
bfc6b78
Compare
Choose a tag to compare

What's Changed

// Get a copy of the underlying array -> string[]
const arr = list.mutable(); // => ["foo", "bar"]

// access a value in the list
list.value('foo'); // 'foo'
list.value('n'); // throws error

Full Changelog: v1.4.1...v1.5.0

v1.4.1

03 Mar 21:44
bc7efa2
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.4.0

03 Mar 21:38
86d79ad
Compare
Choose a tag to compare

What's Changed

  • allow list or string in concat arguments
  • add support for node >=16
  • fix the literals type when updating an empty list
  • rename the StringList class to SL
  • add tests for empty lists, older node versions and concat of list and strings

Full Changelog: v1.3.0...v1.4.0

v1.3.0

03 Mar 16:37
dfd40fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

02 Mar 21:50
91cb78b
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

02 Mar 21:39
e3f70b9
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.2.0

v1.1.1

02 Mar 20:40
0d049db
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Mar 20:37
07afc67
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.1.0