- upgrade plan-microdata to ~2
- remove unused mocha and should dependencies
- replace querystring with qs
- remove
--webkit
properties from approved list - remove outdated dependencies
- remove references to
component
framework - modernize source code
- switch to esbuild for bunling and minifying
- fix lint issues
- switch to GitHub actions for CI builds
- change name to @furkot/trip-planner
- convert duration to Integer before passing it to Furkot
- handle dynamically added 'Plan with Furkot' buttons
- update Readme - add npm install option
- switch to browserify build
- change package name 'plan-trip' -> 'trip-planner'
- wait for a custom message from the widget before considering it to be ready
- fix component target
- support encoded brackets in parameter names
- track stop source by universal identifier
- fix multiple stops
- microdata to form submit buttons
- option to base buttons on microdata
- support changing widget style
- expose plan function to activate planner widget
- Initial commit