• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/dommer/
1Changes in the Dommer library
2=============================
3
4Version 0.4
5-----------
6
7  * Changed the unit tests so they can be ran from py.test (using some
8    new JSBase feature, currently this rules out browser testing but that
9    should be fixed later).
10
11  * Fixed some bugs in comment handling.
12
13  * Replaced my old helpers lib with a new one, which has a slightly different
14    way of defining methods (uses a module namespace). Note that this does not
15    change the dependencies, as the functionality required is copied to the
16    main lib on release creation.
17
18