Skip to content

Releases: Group-One-Technology/minijs

v1.0.15

13 Apr 05:04
Compare
Choose a tag to compare

⚠️ Pushed to main

Authors: 1

v1.0.14

25 Mar 12:42
Compare
Choose a tag to compare

⚠️ Pushed to main

  • fix: delay in applying custom helpers to current state (@jorenrui)

Authors: 1

v1.0.13

25 Mar 12:19
Compare
Choose a tag to compare

⚠️ Pushed to main

  • fix: do not flatten arrays for array toggle, remove, and subtract (@jorenrui)
  • fix: do not flatten array for array.add (@jorenrui)

Authors: 1

v1.0.12

25 Mar 11:19
Compare
Choose a tag to compare

⚠️ Pushed to main

Authors: 1

v1.0.11

24 Mar 08:04
Compare
Choose a tag to compare

⚠️ Pushed to main

  • refactor: prevent array.nextItem and array.previousItem to return null (@jorenrui)
  • refactor: update how array.previousItem and array.nextItem works for multi dimensional arrays (@jorenrui)

Authors: 1

v1.0.10

24 Mar 07:00
Compare
Choose a tag to compare

⚠️ Pushed to main

  • refactor: update array.search to return the same structure of the searched array (@jorenrui)

Authors: 1

v1.0.9

23 Mar 08:43
Compare
Choose a tag to compare

⚠️ Pushed to main

  • feat: add array.deepFirst and array.deepLast properties (@jorenrui)
  • feat: add support for multi-dimensional arrays for array.add (@jorenrui)
  • feat: add support for multi dimensional arrays for array.toggle (@jorenrui)
  • feat: add deep equality checker for arrays with array.sameAs(array) (@jorenrui)
  • feat: add support for multi dimensional array for array.remove and array.subtract (@jorenrui)
  • feat: support multi-dimensional arrays in array.nextItem and array.previousItem (@jorenrui)
  • feat: add array.deepFlat and support multi dimensional array in array.search (@jorenrui)
  • feat: expose MiniArray as MiniJS.Array (@jorenrui)

Authors: 1

v1.0.8

20 Mar 11:17
Compare
Choose a tag to compare

⚠️ Pushed to main

  • feat: make array mutations re-renders work for el and scope variables (@jorenrui)

Authors: 1

v1.0.7

17 Mar 13:00
Compare
Choose a tag to compare

⚠️ Pushed to main

Authors: 1

v1.0.6

17 Mar 07:16
Compare
Choose a tag to compare

⚠️ Pushed to main

  • refactor: update array add, remove, toggle and replaceAt to be mutating array methods (@jorenrui)
  • feat: trigger re-render for array mutation variables (@jorenrui)
  • feat: identify array method usage with the lexer (@jorenrui)

Authors: 1