This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
Releases: meeshkan/jaymock
Releases · meeshkan/jaymock
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.3
v1.0.2
- Add related section to readme
- Give credit to Faker.js (fixes #2)
- Fix readme typos
- Fix invalid function minor bug
- Parse payload to String to avoid type errors
- Fix .extend({...}) minor bug
- Create links in readme for clarity
- Use
new Array()
instead ofArray()
- Fix indentation persistency
- Favor object dot notation
- Favor t.regex() assertion over regex.test()
- Favor String#startsWith() over regex with
^
- Fix styling issues
- Add missing radix parameter to parseInt
- Add XO linter
- Modify array destructuring