summaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
2023-08-07Prepare for next releasev2.0.0Justin Wernick
2023-08-07Add typescript types to the packageJustin Wernick
This doesn't change any internal workings, but makes this package easier to use by anyone using Typescript. Fix #12
2023-08-02Update license to be MIT and ApacheJustin Wernick
This isn't intended to restrict any use cases, I'm just standardising my licensing across multiple projects. Fix #4
2023-06-13Release 1.1.0Justin Wernick
2023-06-13Mention the API docs in all the docsJustin Wernick
2023-06-11Added a test to ensure that importing with requirejs actually worksJustin Wernick
Re #10
2023-06-09Update JSDoc to include a readmeJustin Wernick
2023-06-09Add JSDoc comments to the public interfaceJustin Wernick
2023-06-06Switched jshint to eslintJustin Wernick
This happened to find an error in the one test. Oops. Fix #8
2023-06-04Restructure test orderJustin Wernick
- Use pretest to run linting - Run tests before audit in CI
2023-06-04Update dependenciesJustin Wernick
Fix #7
2023-06-04Add the patreon detailsJustin Wernick
2023-06-04Update all the project metadata URLsJustin Wernick
Fix #3
2023-05-22Update names, I'm not Worthe anymoreJustin Wernick
2017-06-24Bumped version number to 1.0v1.0.0Justin Worthe
2017-06-24Added additional metadata to package.jsonJustin Worthe
Also fixed heading level of license in readme
2017-06-24Added license info to the readme filem and added the GPLJustin Worthe
2017-06-24Updated dev dependencies and added lintingJustin Worthe
2017-02-12Bumped minor versionJustin Worthe
Potential breaking changes: The filename of the main file has been updated to something more sensible for use in a web browser. The package.json file has been updated, so this should not affect people using npm in the normal way. New features: The library can now be used directly in web browsers
2017-02-12Renamed main file to better fit browser useJustin Worthe
2015-12-16Bumped versionJustin Worthe
2015-12-16Shortened description in package.jsonJustin Worthe
2015-12-16Added extra metadata to package.jsonJustin Worthe
2015-12-16Added basic documentationJustin Worthe
2015-12-13Added tests for ID validatorJustin Worthe
2015-12-13Initial commitJustin Worthe