UNPKG

919 BMarkdownView Raw
1### 5.0.0
2- removed Oxe.router.trailing option
3- removed Oxe.body, Oxe.head, Oxe.window, Oxe.head, Oxe.document, Oxe.currentScript, Oxe.ownerDocument, Oxe.location
4
5### 4.2.0
6- bug fixed import and path
7
8### 4.1.0
9- changed route parameters symbols to () from {}
10
11### 4.0.0
12- polyfill script added to dst
13- no longer automatically includes polyfills
14- changed internal api from document.registerElement to customElements.define
15
16### 3.19.0
17- event listeners are added only after Oxe.setup is invoked
18
19### 3.16.0
20- fixed slot scope issues
21
22### 3.14.1
23- fixed default select item for the o-each
24- input, select, options, check radio dont allow | pipe modification
25
26### 3.13.0
27- removed Oxe.Keeper
28- major Oxe.fetcher changes
29- made Oxe.fetcher promised
30
31### 3.6.0
32- Separated CLI into ox-cli.
33- Router hash mode is removed.
34- Router trailing option removed.
35- Router.route.path is more strict and accepts relative paths.