Skip to content

Releases: StevanFreeborn/onspring-api-sdk-javascript

v1.0.7

16 Apr 02:46
Compare
Choose a tag to compare

1.0.7 (2025-04-16)

Bug Fixes

  • make sure proper ids are passed to constructor (ca34b03)

v1.0.6

14 Aug 14:29
6aa3741
Compare
Choose a tag to compare

1.0.6 (2024-08-14)

Bug Fixes

v1.0.5

19 Jul 04:12
Compare
Choose a tag to compare

1.0.5 (2024-07-19)

Bug Fixes

  • address vulns and upgrade deps (762c0fd)

v1.0.4

23 Mar 20:21
90a559a
Compare
Choose a tag to compare

1.0.4 (2024-03-23)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Feb 04:42
e937d05
Compare
Choose a tag to compare

1.0.3 (2023-02-22)

Bug Fixes

  • add jsdoc comments to models (07ec44a)
  • add jsdoc comments to models (396660e)
  • finished updating README.md (ad9325a)
  • incorrectly spelled variable name corrected (0f58867)
  • update jsdoc comments for enums (e97ee15)
  • update jsdoc comments for enums (f3c69d3)

v1.0.2

21 Feb 22:48
e393491
Compare
Choose a tag to compare

1.0.2 (2023-02-21)

Bug Fixes

v1.0.1

21 Feb 19:42
2000a86
Compare
Choose a tag to compare

1.0.1 (2023-02-21)

Bug Fixes

  • make changes to allow esm imports to work properly (b989adc)
  • update package.json to properly handle bringing in exports with import or require (7e33c5e)

v1.0.0

20 Feb 23:10
Compare
Choose a tag to compare

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)
  • ...
Read more