Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.12.0](v2.11.3...v2.12.0) (2024-09-16) ### Bug Fixes * **chart:** fix and improve non-Date handling code for periods ([f1106c2](f1106c2)) * **circleci,readme:** use node:18.0.0 for tests, make clear in readme ([8365a90](8365a90)) * **historical:** map requests to chart() with deprec notice ([#795](#795)) ([c212df9](c212df9)) * **imports:** add import assertions required in node since 17.5.0. ([7d0deea](7d0deea)) * **imports:** specify ".js" on local imports for full ESM compat ([46ee6c1](46ee6c1)) * **index:** remove erroneously removed moduleExec import ([fe1a493](fe1a493)) * **notices:** historical() note, type improvement, onceOnly text ([c131e5c](c131e5c)) * **pkg/scripts:** still need `prepublishOnly` to run `build` ([4da1273](4da1273)) * **pkg:** add babel importAttributes plugin ([e41f65d](e41f65d)) * **pkg:** drop ts-jest, use [@swc-jest](https://github.com/swc-jest), { keepImportAssertions: false } ([a0e2847](a0e2847)) * **pkg:** use swc, remove babel (faster, fixes import assertions) ([110d28d](110d28d)) * **tests-modules:** use swc here too ([c7e849c](c7e849c)) ### Features * **notices:** notices lib, refactor, use for "yahooSurvey" ([#783](#783)) ([b4c016b](b4c016b))
- Loading branch information