Releases: StevanFreeborn/onspring-api-sdk-javascript
Releases · StevanFreeborn/onspring-api-sdk-javascript
v1.0.7
v1.0.6
v1.0.5
v1.0.4
1.0.4 (2024-03-23)
- docs: fix typo in usage examples by @StevanFreeborn in #4
- docs: add downloads count by @StevanFreeborn in #5
- chore: update dependencies to address vulns by @StevanFreeborn in #8
- chore: use latest version of node for publish job by @StevanFreeborn in #9
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2023-02-20)
Bug Fixes
- add api response factory tests (cad208c)
- add dotenv vault (e870722)
- add eslint and configure it (bd55381)
- add js doc comments. (fac2367)
- add jsdoc comments (287289b)
- add jsdoc comments (3168a70)
- add jsdoc comments (b6605a4)
- add missing js doc comments (f5ce1d8)
- add missing jsdoc comments (4324610)
- add missing JSDoc comments (7cacd45)
- add missing JSDoc comments (23227ca)
- add missing tests (9ab72bd)
- add models and enums to package index as exports (2d345a6)
- add optional config parameter to get method (34edc66)
- add README (d89768b)
- add test and format to build script (88bf080)
- add tests for enums (c5de013)
- add timeout and retry settings to canConnect integration test (b6bc26e)
- added additional negative test cases for getApps method. feat: begin writing tests for getAppById method (1a6d05a)
- added another test for new api response method (1d4d547)
- added clean step to build process (3af7368)
- added dependencies for development. feat: added axios as dependency. feat: added some initial modeals. feat: setup unit testing (dc90ac9)
- added jsdoc comments (9e46404)
- added JSDoc comments for getFieldsByAppId implementation (5e80aaa)
- added JSDoc comments for getFieldsByIds implementation (0559f60)
- added module resolution to tsconfig (fba62f8)
- added new tsconfig files to vcs (ee8594d)
- added support for publishing both cjs and esm (081fb73)
- added test for new api response method (0bb9b07)
- added tests for GetPagedFieldsResponse (1b046b4)
- added tests to cover unsuccessful responses to getAppById method (2238e34)
- adjust how passed in axios configs are combined with default axios configs in client constructor (d6c6579)
- allow value property of record value model to be generically typed. feat: added methods to record model to allow adding a record value to the field data property or adding multiple record values to the field data property. wrote tests for these two new methods. (ec82dd0)
- begin configuring release versioning (a868811)
- begin writing Lists integration tests. fix: list item response model's id value should be of type string so modified the created with id response model that it extends so that the id property is generically typed and type can be passed in. (bc8b9a4)
- build script (32a680e)
- build script (28ae3ee)
- build script in package.json (3c63320)
- build workflow (b340989)
- bump package version (8087b41)
- bump package version (534169d)
- complete code test coverage (af806e7)
- configuration: setup semantic versioning for pushes to the master or beta branches (a6a98f2)
- correct workflow (ccc8f67)
- correct workflow (5250304)
- corrected file name (1c07a78)
- corrected JSDoc comments (54b0668)
- corrected JSDoc comments (923cb27)
- enabled strict null checks and made changes to deal with this compiler change. fix: modified endpoint factory methods to not need baseURL to be passed in. instead just return endpoint because the axios client with already have a default url set as part of constructing a new onspring client instance (d453f19)
- example.env merge conflict (48d13ea)
- implement formula field, list field, and reference field as chilrden of the field class. fix: when converting api response data to appropriate field response make sure json field objects are converted to correct field class based upon type. (e6eae35)
- implement read method for readables created in tests (c804bcc)
- in can connect test mock underlying axios instance's get method (fa1a952)
- incorrect field status in getFieldsByAppId mock api data (0c5b3bf)
- jsdoc comment (61cb4d2)
- make precommit executable (1b2c0e3)
- ...