Skip to content

v1.0.0

Compare
Choose a tag to compare
@AdrienCastex AdrienCastex released this 20 May 20:06
· 660 commits to master since this release

New features

  • Implemented LOCK and UNLOCK methods a76f555
  • Implemented the User management 5e7325a
  • Implemented Basic and Digest HTTP authentication 5e7325a
  • Implemented the structure of the privilege management 5e7325a
  • Implemented some privilege/lock checkers 5e7325a
  • Can now convert multi ':' tag names into namespace when producing XML response 3fbfb17
  • Now check attributes to avoid namespace shortname collision when producing XML response 87f7a68

Changes

  • Upgraded the lock management 299e307
  • Added some errors as standard errors for better error management 8a051b2

Documentation

  • Updated the 'disclaimer' section 364152e
  • Fixed bad alt value for npm badge 3c54594
  • Added what will be included in the future release 6495a73

Tests

  • Updated the tests about XML responses af18fcd
  • Implemented tests for the Authentication 2f02c2b
  • Added TypeScript types to package.json 766088b
  • Implemented tests for the LOCK and UNLOCK methods 43f934f

Bug fix