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 282B

4 years ago
12345678910111213141516
  1. 1.0.2 / 2015-10-07
  2. ==================
  3. * use try/catch when checking `localStorage` (#3, @kumavis)
  4. 1.0.1 / 2014-11-25
  5. ==================
  6. * browser: use `console.warn()` for deprecation calls
  7. * browser: more jsdocs
  8. 1.0.0 / 2014-04-30
  9. ==================
  10. * initial commit