Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

77 lines (50 loc) · 1.34 KB

Change Log

1.7

  • Add decorator (on and update) for subscribing to event
  • Not to save null or undefined state, nor to call view
  • Add CLI options to initialize karma and create test spec

1.6

  • Move HTML view support to apprun-html.js
  • Remove rxjs

1.5

  • Support stateful component
  • Allow callback function in update tuple
  • Attach component to element
  • Add updateState function to update state properties

1.4

  • Support update name alias
  • Support mount to element id
  • Make mount just mount, start mount and render initial state
  • Publish the route event from app

1.3

  • Support tuple in update for setting event options
  • Use model property as initial state, if state property is undefined

1.2

  • Support async update
  • Added start function to component
  • Added generic routing event
  • Output JSON when rendering objects

1.1

  • Compiled apprun.js to UMD
  • Added index.d.ts

1.0

  • Added CLI
  • Convert component instance methods to local event
  • Use _html: as the flag to render raw html
  • Added hacker news demo

0.10

  • Added component scoped events

0.9

  • Developed own virtual dom
  • Added JS framework performance demo

0.7

  • Use RxJS for event pubsub
  • Use morphdom

0.6

  • Added router

......

0.1 - 0.5

  • Event pubsub
  • Used virtual-dom, virtual-dom-html
  • Three verions: zero, jsx and html
  • Demo apps