Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 3.18 KB

changelog.md

File metadata and controls

51 lines (28 loc) · 3.18 KB

0.12.0 (2016-08-24)

Features

  • move everything into oDirectives.js, remove individual directive files. (5c7e9f9a)
  • remove old validators, update validation example to use new validator (39b8b8eb)
  • added envoc module with validation message directive (d5ac628b)
  • language: add ability to add translations in rub block (02e6cc98)
  • languages: set default language to new translation being added and when swapping language (d9933709)

0.11.0 (2015-01-29)

Features

  • language: adding simple language settings (75ba9d78)

0.10.0 (2015-01-20)

Bug Fixes

  • oTable:
    • handle case where page info is wrong (0e85f9b5)
    • change public api attribute name (a6f18e09)
    • force refresh when calling api refresh (27d2a13a)

Features

  • config: add ability to save state in localstorage (a906162b)
  • datatables: add oTableConfigProvider to allow altering directive template URLs in config pha (2def5575)
  • oTable: add ability to expose a public api on calling controller (2d50f958)
  • validation: add validation provider to allow more ease in swapping templates (761f868d)

0.9.0 (2014-08-05)

Features

  • default sorting: allow adding a default sorting state (41507cc0, closes #7)
  • object structure: allow alternate keys to be specified (9f1c6b75)
  • parent form: get handle to parent form (bab092dc)
  • property names: map to common property name. (0cd50744)
  • validation: Simple serialized modelstate validation directive (3b02cea8)