- fixed the min-, max-, and date-setting after translation to js
- deprecated this package, use the new pikaday_datepicker_angular instead
- directly link to the pikaday_dart_helpers.js file from packages/pikaday/
- forgot to activate the right transformers in 2.1.2
- fixed an issue where the selected date wasn't of type DateTime (when compiled to js) but Date. Unfortunatly you need to import the file pikaday_dart_helpers.js for now (until the real issue in package:js is fixed).
- updated README.md
- change backend dependency from pikaday_datepicker to pikaday
- removed deprecated use of EventEmitter
- upgraded to Angular2 version 3.0.0 up
- documentation fixes (package path in README.md and HOWTO compile to js)
- blueprint for compile-to-js transformer configuration
- initial version is the standalone Angular2 Component surrounding the now indipendent plain Dart version around the pikaday js-lib.