Skip to content

1.1 - Documentation & Debugging support

Compare
Choose a tag to compare
@tevelee tevelee released this 16 Jan 00:02
· 51 commits to master since this release

Features

  • Making component Equatable when appropriate
  • Publicating Variable mapping API
  • Generic TemplateInterpreter -> Now allows other types (such as NSAttributedStrings to be parsed). Made it open protection level, so it now allows subclassing.
  • Debugging support: context now holds debug steps when parsing expressions
  • Minor API changes

Additions

  • 100% line documentation coverage
  • Example projects: Color + NSAttribtuedString parser
  • Carthage support