Changelog

technicalindicators Changelog

All updates
browsertypescriptpackaging

technicalindicators improves browser compatibility

Shipped7 commits+16โˆ’36
  • Better browser support with fewer Node-only dependencies โ€” The library is now more portable: it no longer depends on Node.js-specific packages, and the browser bundle is packaged to run more reliably on its own.
  • typescriptRemoved Node.js-specific imports and TypeScript settings so the library is more portable.
  • browserUpdated the browser bundle to use an IIFE format for better standalone use in browsers.