Skip to content

v1.0.0

Compare
Choose a tag to compare
@virtualtam virtualtam released this 09 Aug 22:36
· 92 commits to master since this release
v1.0.0

This release will be included in Shaarli version 0.8.x, see shaarli/Shaarli#607

Added

  • Add unitary tests using PHPUnit
    • Browser dump coverage: Chromeium, Firefox, Internet Explorer
    • Web service dump coverage: Delicious, Shaarli Community
  • Add Travis CI automated builds
  • Add PHP 5.3 compatibility (use array() instead of the short [] syntax)

Changed

  • let Git homogenize line endings to make tests portable
  • update Composer/Packagist metadata
  • refactor the parser as a class to help splitting logic and improve readability
    • better date format support
    • multi-line descriptions
    • refactor and simplify input sanitizing