Skip to content

Releases: leaner-js/leaner

0.3.0

Choose a tag to compare

@mimecorg mimecorg released this 10 Apr 19:42
  • add 'try' directive

0.2.0

Choose a tag to compare

@mimecorg mimecorg released this 25 Mar 20:37
  • new syntax of conditional directives: 'if' and 'switch'
  • pass index to 'for' callback as a reactive getter
  • add 'repeat' directive
  • retain select value when options are replaced
  • various other fixes

0.1.4

Choose a tag to compare

@mimecorg mimecorg released this 07 Mar 18:35
  • add type declarations for get() and getter()
  • export public types

0.1.3

Choose a tag to compare

@mimecorg mimecorg released this 15 Oct 19:53
  • set value after appending children (fixes #2)
  • add get() and getter() helper functions

0.1.2

Choose a tag to compare

@mimecorg mimecorg released this 05 Sep 19:49
  • clear refs when destroying component
  • consistent handling of null/undefined values

0.1.1

Choose a tag to compare

@mimecorg mimecorg released this 27 Aug 18:42
  • add types to package.json
  • fix function return types

0.1.0

Choose a tag to compare

@mimecorg mimecorg released this 19 Aug 16:03
  • unit tests
  • documentation
  • examples
  • type declarations
  • performance optimizations
  • API cleanup
  • various fixes

0.0.1

Choose a tag to compare

@mimecorg mimecorg released this 16 May 18:02

initial version