File tree Expand file tree Collapse file tree 4 files changed +65
-7
lines changed
Expand file tree Collapse file tree 4 files changed +65
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.3] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2022-01-18)
2+
3+
4+
5+ ## [ 1.1.2] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-05-31)
6+
7+
8+
9+ ## [ 1.1.1] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-05-31)
10+
11+
12+
13+ # [ 1.1.0] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-05-24)
14+
15+
16+
17+ ## [ 1.0.8] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-05-15)
18+
19+
20+
21+ ## [ 1.0.7] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-05-08)
22+
23+
24+
25+ ## [ 1.0.6] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-24)
26+
27+
28+
29+ ## [ 1.0.5] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-24)
30+
31+
32+
33+ ## [ 1.0.4] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-24)
34+
35+
36+
37+ ## [ 1.0.3] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-22)
38+
39+
40+
41+ ## [ 1.0.2] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-22)
42+
43+
44+
45+ ## [ 1.0.1] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-22)
46+
47+
48+
49+ # [ 1.0.0] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-22)
50+
51+
52+
53+ ## [ 0.0.4] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-22)
54+
55+
56+
57+ ## [ 0.0.2] ( https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3 ) (2021-04-22)
58+
Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ The CDN puts the library on `window.CoreFlux`.
4040<!-- The unminified bundle for development -->
4141<script
4242 type =" text/javascript"
43- src =" https://cdn.jsdelivr.net/npm/core-flux@1.1.2 /dist/core-flux.js"
44- integrity =" sha256-Y+g9GCtq8KHT4MKlSea9sJwwRkfXieYODF9RbKi+IZc ="
43+ src =" https://cdn.jsdelivr.net/npm/core-flux@1.1.3 /dist/core-flux.js"
44+ integrity =" sha256-9u61rcLUN8tcguIWY/5DOjRDibuAg6Ix1d/zYrnLzcY ="
4545 crossorigin =" anonymous"
4646></script >
4747
4848<!-- Minified/uglified bundle for production -->
4949<script
5050 type =" text/javascript"
51- src =" https://cdn.jsdelivr.net/npm/core-flux@1.1.2 /dist/core-flux.min.js"
52- integrity =" sha256-DA1HqZunk0Kg/VgGTWYzJFPoAxMzndzarBvNRJaGnPE ="
51+ src =" https://cdn.jsdelivr.net/npm/core-flux@1.1.3 /dist/core-flux.min.js"
52+ integrity =" sha256-Pdr3Zs1hWFBCdbQYRxMg4ODH00MY2s++8Kwp0+UseGc ="
5353 crossorigin =" anonymous"
5454></script >
5555```
Original file line number Diff line number Diff line change 11{
22 "name" : " core-flux" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " ½kb functional flux utility. Control the flow of state data between subscribers." ,
55 "main" : " lib/core-flux.cjs.js" ,
66 "module" : " lib/core-flux.es.js" ,
You can’t perform that action at this time.
0 commit comments