Skip to content

Releases: HealthIndicators/js-api

5.2.0

11 Jul 02:30
Compare
Choose a tag to compare

Changes in v5.2.0 of the HIW JavaScript API

  • 4a603ac - Added In/Not In filtering.
  • 9301023 - Added ability for user to specify desired page size.
  • bad885b - Dates returned from API calls are now correctly converted to Data objects.

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.

5.0.5 (beta)

12 Jun 18:19
Compare
Choose a tag to compare
5.0.5 (beta) Pre-release
Pre-release

Initial Release of the HIW JavaScript API
This is the sixth public beta version of the HIW JavaScript API. It is not intended to be feature-complete or bug-free. This is pre-release software and comes with no warranties. The structure and usage of the API may change before the final release.

Changes (Minor changes omitted.)

  • ff9d7bc - Updated Synchronizer to allow for continuous addition of Asyncs.

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.

5.0.4 (beta)

28 May 14:00
Compare
Choose a tag to compare
5.0.4 (beta) Pre-release
Pre-release

Initial Release of the HIW JavaScript API
This is the fifth public beta version of the HIW JavaScript API. It is not intended to be feature-complete or bug-free. This is pre-release software and comes with no warranties. The structure and usage of the API may change before the final release.

Changes

  • Added synchronization functionality via Synchronizer.sync which can synchronize any number of API calls.
  • Fixed a bug in the module-checking code which determines whether or not the host is Node.JS.
  • Added In/NotIn functionality to Criterion.
  • Added raw and minified outputs for direct linking from 3rd parties.

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.

5.0.3 (beta)

22 May 15:50
Compare
Choose a tag to compare
5.0.3 (beta) Pre-release
Pre-release

Initial Release of the HIW JavaScript API
This is the fourth public beta version of the HIW JavaScript API. It is not intended to be feature-complete or bug-free. This is pre-release software and comes with no warranties. The structure and usage of the API may change before the final release.

Changes

  • Fixed casing of two endpoints.
  • Added built-in Node.JS support.

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.

5.0.2 (beta)

21 May 19:08
Compare
Choose a tag to compare
5.0.2 (beta) Pre-release
Pre-release

Initial Release of the HIW JavaScript API
This is the third public beta version of the HIW JavaScript API. It is not intended to be feature-complete or bug-free. This is pre-release software and comes with no warranties. The structure and usage of the API may change before the final release.

Changes

  • Added 3 missing endpoints to IndicatorDescription: search, searchCount and searchPageCount
  • Cleaned up tests and added a new test for IndicatorDescription.Search.
  • A few other minor changes.

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.

5.0.1 (beta)

14 May 14:17
Compare
Choose a tag to compare
5.0.1 (beta) Pre-release
Pre-release

Initial Release of the HIW JavaScript API
This is the second public beta version of the HIW JavaScript API. It is not intended to be feature-complete or bug-free. This is pre-release software and comes with no warranties. The structure and usage of the API may change before the final release.

Changes
Added a new IndicatorDataItem data object with the following endpoints:

  • getByIndicatorDescriptionID - Gets a list of all of the (flattened) IndicatorDataItems in the database which are associated with the IndicatorDescription table via the ID column.
  • getByIndicatorDescriptionIDCount
  • getByIndicatorDescriptionIDPageCount

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.

5.0.0 (beta)

14 May 14:14
Compare
Choose a tag to compare
5.0.0 (beta) Pre-release
Pre-release

Initial Release of the HIW JavaScript API
This is the first public beta version of the HIW JavaScript API. It is not intended to be feature-complete or bug-free. This is pre-release software and comes with no warranties. The structure and usage of the API may change before the final release.

We Want Your Feedback
Please log an issue if you find any bugs or if you have questions or suggestions.