Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.61 KB

0.5.2

  • [+] Pass arguments to attribute handlers as strings

0.5.2

  • [+] Attributes can have namespaces
  • [+] Introduced :create-element-fn hook
  • [+] Attributes handling can be customized via :attribute-handlers
  • [~] Changed hipo.create semantic
  • [~] Interceptors can be chained
  • [~] Improved Interceptor semantic
  • [-] Removed attribute handler extensibility
  • [+] Elements can be reconciled via a function returned by hipo.create-for-update
  • [~] Rename hipo to hipo.core (no more single segment namespace)
  • [-] Custom Element is syntax (still discussed)
  • [+] Custom Element support (type extension via is attribute)
  • [+] Properties whose name starts with on- are handled as event listener
  • [+] Specific form compilation (for / if / when / list )
  • [+] Hint support via ^:text
  • [+] hipo/partially-compiled? allows to check for partial compilation
  • [~] Stick to basic hiccup support (:classes and :style are no more handled specifically, only handle vectors, keyword namespace is ignored)
  • [~] Renamed hipo.macros.node to hipo.create
  • [-] PElement support
  • [-] deftemplate
  • And various performance improvements

0.1.0

  • Initial import from dommy codebase