Skip to content

Releases: lite-jsx/core

v2.0.0

20 Jul 19:45
Compare
Choose a tag to compare

2.0.0 (2023-07-20)

⚠ BREAKING CHANGES

  • The decoration name has been changed.
  • The express middleware has been removed.
  • The project name has been changed.

Features

  • rename Render to View decorator (b94364a)

Miscellaneous Chores

  • rename project in publish action (6c296f5)

Code Refactoring

  • move express middleware to a separated project (2ef10b7)

v1.3.0

12 Apr 00:01
Compare
Choose a tag to compare

1.3.0 (2023-04-11)

Features

  • express: add $req and $res to template props (7839436)
  • render: add nest render decorator (2569b3c)

Bug Fixes

  • types: change express middleware name to __express (26ebdf2)

v1.2.0

05 Apr 00:25
Compare
Choose a tag to compare

1.2.0 (2023-04-05)

Features

  • express: add initial express middleware (9239b9d)
  • types: add express middleware to declaration (edd1c65)

v1.1.2

01 Apr 12:22
4b27a8d
Compare
Choose a tag to compare

1.1.2 (2023-04-01)

Bug Fixes

  • action: move release action to publish (#6) (7d85df0)

v1.1.1

01 Apr 03:51
18a992f
Compare
Choose a tag to compare

1.1.1 (2023-04-01)

Bug Fixes

  • action: change trigger in publish (#4) (f2fb1a0)

v1.1.0

01 Apr 03:39
9b93823
Compare
Choose a tag to compare

1.1.0 (2023-04-01)

Features

  • action: add conventional commits linter to quality gate (#2) (9ac2f9c)

v1.0.0

01 Apr 02:31
36dd25e
Compare
Choose a tag to compare

1.0.0 (2023-04-01)

Features

  • h: add DOCTYPE when rendering html (813f6fa)
  • h: add fragment support (465ea2b)
  • h: add initial h function (d1110f8)
  • h: add sanitize to props (a049b48)
  • h: add sanitize to tagName (06bc184)
  • stringify: ensure that stringify a nullish child (333d6f3)
  • stringify: ensure that stringify an object child (34c90f6)

Bug Fixes

  • action: publish to npm action (db63499)
  • action: remove unnecessary npm ci script (4da037f)