Esri / hub.js

TypeScript wrappers for talking to ArcGIS Hub
https://esri.github.io/hub.js/
Apache License 2.0
33 stars 13 forks source link

feat(hub-common): add additional filter params endDateTimeAfter and e… #1649

Closed ethanspiro closed 2 weeks ago

ethanspiro commented 2 weeks ago

…ndDateTimeBefore

affects: @esri/hub-common

  1. Description:

  2. Instructions for testing:

  3. Closes Issues: # (if appropriate)

  4. [ ] Updated meaningful TSDoc to methods including Parameters and Returns, see Documentation Guide

  5. [ ] used semantic commit messages

  6. [ ] PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)

  7. [ ] updated peerDependencies as needed. CRITICAL our automated release system can not be counted on to update peerDependencies so we must do it manually in our PRs when needed. See the updating peerDependencies section of the release instructions for more details.