- cf755c9: Added new
LooseAutocompletetype
- 1e75299: improved type definition for Webflow.push() callbacks
- 005270c: update readme file to just include link to main ts-utils documentation page
- 213cd2f: add documentation with vitepress
- 5d5140d: feat: added optional
pageargument togetSiteIdandgetPublishDate.
- 59ac38c: docs: Added new README.md with detailed explanation of all utils
- d4b3fae:
restartWebflow: Fixed slider modules restart to ensure they are always redrawed.
- 3a9fb7e: Added more instances type-guards
- a57b300: Created new typeguards/instances utils
- 0024923: Added primitive type guards
- 9465c47: -
addListener(): Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simplenoop.- Created new
noop()helper, it literally does nothing.
- Created new
- 6cb3089: Improved type definitions for
addListener()helper.
- c7a9310: Added new
addListener()helper.