UNPKG

927 BMarkdownView Raw
1## 1.1.0
2
3* No longer warns when adding duplicate route name (should be caught be `prepareRoutes`).
4
5## 1.0.2
6
7* Add `sideEffects: false` hint for Webpack.
8
9## 1.0.1
10
11* Add dev guard to log to only call in development.
12
13## 1.0.0-beta.11
14
15* Revert dual-mode (not ready yet!).
16
17## 1.0.0-beta.10
18
19- Support dual-mode package (CJS/ESM) builds.
20
21## 1.0.0-beta.8
22
23- Include package name in warning when attempting to overwrite a registered route.
24
25## 1.0.0-beta.7
26
27- Switch script builds from IIFE to UMD
28
29## 1.0.0-beta.6
30
31- Moved to `@curi/route-active`.
32- Removed source maps from `dist`.
33
34## 1.0.0-beta.5
35
36- Add `reset` property.
37
38## 1.0.0-beta.4
39
40- Switch to TypeScript
41
42## 1.0.0-beta.3
43
44- Switched to scoped package: `@curi/addon-active`.
45
46## 1.0.0-beta.1
47
48- Getting close to where this should be ready for release, so switching to beta version.
49
50## 0.2.0
51
52- New build (uses Rollup to output a single file for each build type).