packagebrowserdocumentation
Packaging and browser build updates for technicalindicators
Shipped4 commits+1257−1885
- Built-in LinkedList support removes an external dependency — technicalindicators now includes its own LinkedList utilities, so you no longer need to install the separate `linkedlist` package.
- Browser builds now require a new entry point and `babel-polyfill` — The browser bundle was moved to `dist/browser.js` and now depends on `babel-polyfill`, so existing browser imports may need to be updated.
- packageAdded built-in LinkedList support, removing the need for the external `linkedlist` package.
- browserSwitched the browser build to Rollup for a cleaner bundled file.
- packageAdded TypeScript typings for the internal linked list utilities.
- apiImproved package exports so the library can be imported more reliably with modern JavaScript tooling.
- apiPackage entry points now use the compiled library files, so custom import paths may need to be reviewed.
- browserBrowser usage now points to `dist/browser.js` and requires `babel-polyfill` as an external dependency.
- documentationUpdated the README and browser example to show how to install and include `babel-polyfill`.
- documentationUpdated the package version to 1.0.0.