Skip to content

Releases: mindstorm38/jshutils

Added Query Nonce management and allowed modifiying post keys.

29 May 09:30
Compare
Choose a tag to compare

Added :

  • Query Nonce management, using Query.setNonce, only used by Query.post(name, params, fn, useNonce) note the new parameter useNonce set to true by default.

Changed :

  • Can now change keys (error, data, message) used by Query.postJson & Query.post by editing Query.keys object.

Added ready utilities

23 May 15:57
Compare
Choose a tag to compare

Added :

  • Utils:.ready to register callback executed when DOM as loaded.

First release of JSHUtils

23 May 14:30
Compare
Choose a tag to compare

Initial release of JSHUtils.