Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Releases: stfsy/node-amy

v3.7.0

16 Sep 16:55
Compare
Choose a tag to compare

3.7.0 (2021-09-16)

Bug Fixes

  • strings with value false are treated truthy (3d3520f)

Features

v3.6.2

17 Aug 19:23
Compare
Choose a tag to compare

3.6.2 (2021-08-17)

Bug Fixes

  • conditional elem does not interpolate render attribute (a1ee988)

3.6.1 (2021-08-07)

Bug Fixes

  • compiler does not remove conditional templates (789a72a)

3.6.0 (2021-08-06)

Features

  • allow conditional rendering of nodes (95f3f0a)

v3.6.1

07 Aug 03:07
Compare
Choose a tag to compare

3.6.1 (2021-08-07)

Bug Fixes

  • compiler does not remove conditional templates (789a72a)

3.6.0 (2021-08-06)

Features

  • allow conditional rendering of nodes (95f3f0a)

v3.6.0

06 Aug 20:43
Compare
Choose a tag to compare

3.6.0 (2021-08-06)

Features

  • allow conditional rendering of nodes (95f3f0a)

v3.5.0

04 Aug 20:29
Compare
Choose a tag to compare

3.5.0 (2021-08-04)

Features

  • render components inside components too (068a17c)

3.4.1 (2021-08-03)

Bug Fixes

  • components with n+1 root nodes inserted in wrong order (33e0987)

v3.4.1

03 Aug 08:27
Compare
Choose a tag to compare

3.4.1 (2021-08-03)

Bug Fixes

  • components with n+1 root nodes inserted in wrong order (33e0987)

3.4.0 (2021-08-03)

Bug Fixes

  • component template added in wrong order (ab7c886)

Features

v3.4.0

03 Aug 05:55
Compare
Choose a tag to compare

3.4.0 (2021-08-03)

Bug Fixes

  • component template added in wrong order (ab7c886)

Features

v3.3.0

07 Jul 19:50
Compare
Choose a tag to compare

3.3.0 (2021-07-07)

Bug Fixes

  • dash is not a valid character (60e13a4)

Features

  • support and validation for js components (a9fe3fc)

v3.2.0

07 Jul 09:10
Compare
Choose a tag to compare

3.2.0 (2021-07-07)

Bug Fixes

  • component with multiple root els not rendered correctly (88c43a6)
  • no fallback if registry disabled (e09ae9a)

Features

  • add component registry reader (e945a9c)
  • add options object and initliaze reader (1267041)
  • add prefix to application components (d5f7d2c)
  • inject template elements into components slots (cd2c0be)
  • update html light (1032acf)
  • update node-html-light (40047a1)
  • use component registry to resolve components (7c49bf2)

Performance Improvements

  • resolve path only if content not already cached (6e39cfb)

v3.1.0

05 Jul 03:28
Compare
Choose a tag to compare

3.1.0 (2021-07-05)

Features