mojax
Version:
extendable ajax request module
23 lines • 942 B
Markdown
#Release notes
- **2016-05-19** v2.0.0
- The mojax module can have multiple instances, each instance must be instantiated with `mojax.createRequester()`
- mojax can be extended with addons (middleware), allowing for easy extensions
- the underlying request object structure remains unchanged
- **2016-02-17** v1.2.0
- modularized code
- added unit tests for separate modules
- added support for timeout
- improved request object validation
- purified many modules/functions
- **2015-08-21** v1.1.0
- made ajaxCache a module of its own
- removed old img & style dependencies
- removed all ajaxCache dependencies
- **2015-07-22** v1.0.1
- removed support for sync requests (*all requests are now async*)
- added ajaxCache module
- added ajaxCache unit tests
- Integrated ajaxCache usage within ajax module
- fixed status code for "not-modified"
- **2015-07-22** v0.0.1
- basic ajax module (*dependency-free*)