Skip to content

Releases: vanjs-org/mini-van

0.6.1: [van-plate] not escaping for <style> tag as well (in addition to <script> tag)

07 Nov 06:21
Compare
Choose a tag to compare
0.6.1: [van-plate] not escaping for <style> tag as well (in addition …

0.6.0: Enables more features and improves the developer experience for fullstack rendering (SSR, CSR and Hydration)

10 Jul 16:12
Compare
Choose a tag to compare

This release enables more features and improves the developer experience for fullstack rendering (SSR, CSR and Hydration):

  1. Supports VanX-based shared UI components, providing dummyVanX to be used as a vanX placeholder for SSR.
  2. Allows van and vanX objects to be registered at the beginning of the script so that they don't need to be passed across all shared UI components via parameters.

0.5.7: Implement `rawVal` for state objects

07 Jul 20:40
Compare
Choose a tag to compare
0.5.7: Implement `rawVal` for state objects, fixes #11.

0.5.6: no escaping for text inside <script> tag

10 Mar 06:21
Compare
Choose a tag to compare
0.5.6: no escaping for text inside <script> tag

0.5.5: Fix the minor type issue of van.state in mini-van.d.ts, van-plate.d.ts and shared.d.ts

09 Mar 00:10
Compare
Choose a tag to compare

0.5.4: API update to match VanJS's API simplification in 1.4.0

08 Mar 17:19
Compare
Choose a tag to compare

API update to match VanJS's API simplification in 1.4.0: vanjs-org/van#280.

`mini-van.d.ts` improvement

31 Oct 04:28
Compare
Choose a tag to compare

Allow Node (thus DocumentFragment) type as parameters of tag functions.

0.5.2: type simplification

19 Oct 23:55
Compare
Choose a tag to compare
  • Simplify the definition for BrowserTags with the help of HTMLElementTagNameMap.
  • Tag functions should be readonly properties.

0.5.1 was skipped due to faulty NPM release.

0.5.0: Optimize van-plate mode to reduce string concatenations in deeply nested HTML

25 Sep 22:54
Compare
Choose a tag to compare

A ~10% performance improvement was observed for webpages with typical complexity. See the benchmark result for details.

0.4.2: Update `mini-van.d.ts` in a way similar to VanJS `1.2.1` release

20 Sep 03:12
Compare
Choose a tag to compare

Update mini-van.d.ts in a way similar to VanJS 1.2.1 release.

Version 0.4.1 is skipped due to the faulty release of Deno module.