Skip to content

Releases: apleshkov/viewmill

v0.3.1

04 Jan 13:20
Compare
Choose a tag to compare
  • transformer v0.2.4
    • JSX: a && b -> a ? b : null even if no live dependencies involved to fix displaying bools instead of nothing
  • viewmill v0.2.3
    • Version bump to publish the transformer update to npm

v0.3.0

04 Dec 10:11
Compare
Choose a tag to compare
  • viewmill-runtime v0.3.0
    • Breaking changes:
      • View's insert method renamed to insertTo
      • Insertion's insert method renamed to insertTo

v0.2.9

02 Dec 15:27
Compare
Choose a tag to compare
  • viewmill-runtime v0.2.6
    • InsertedView's unmount() signature fix to reflect its actual implementation (the removing argument)

v0.2.8

02 Dec 15:14
Compare
Choose a tag to compare
  • viewmill-runtime v0.2.6
    • View's unmount() switched to unmount(removing: boolean = false) to simplify cascading unmount or removing

v0.2.7

11 Nov 15:42
Compare
Choose a tag to compare
  • viewmill v0.2.2
    • Fixed directory traversing

v0.2.6

02 Sep 09:57
Compare
Choose a tag to compare
  • viewmill-runtime v0.2.5
    • Simple jsx-runtime.d.ts added to fix the JSX type checking if strict mode is on (please, see the corresponding note)

v0.2.5

29 Aug 17:18
Compare
Choose a tag to compare
  • viewmill v0.2.1
    • Logical AND supported

v0.2.4

29 Aug 08:38
Compare
Choose a tag to compare
  • viewmill-runtime v0.2.4
    • Boolean attributes