Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

History.md 527B

4 years ago
123456789101112131415161718192021222324
  1. 1.1.0 / 2018-01-02
  2. ==================
  3. * Add type definitions ([#11](https://github.com/chaijs/assertion-error/pull/11))
  4. 1.0.1 / 2015-03-04
  5. ==================
  6. * Merge pull request #2 from simonzack/master
  7. * fixes `.stack` on firefox
  8. 1.0.0 / 2013-06-08
  9. ==================
  10. * readme: change travis and component urls
  11. * refactor: [*] prepare for move to chaijs gh org
  12. 0.1.0 / 2013-04-07
  13. ==================
  14. * test: use vanilla test runner/assert
  15. * pgk: remove unused deps
  16. * lib: implement
  17. * "Initial commit"