UNPKG

4.13 kBMarkdownView Raw
1v6.0.1 / 2021-12-07
2==================
3* feat: Import htmlSafe from @ember/template, not @ember/string. #107 from @muziejus
4
5v6.0.0 / 2021-09-15
6==================
7* breaking: Drop support for Ember < 3.12 and update to 3.28 using ember-cli-update #106 from @mansona
8
9v5.0.0 / 2021-09-15
10==================
11* Add auto-changelog system and backfill existing changelog #105 from @mansona
12* update from 2.18 to 3.12 using ember-cli-update #104 from @mansona
13* breaking: drop node < 12 support and reset using ember-cli-update --to 2.18 --reset #103 from @mansona
14* GitHub actions #101 from @mansona
15* fix deprecation warning - adding `this.` #96 from @stukalin
16
17v4.5.0 / 2020-04-04
18==================
19* Update showdown #70 from @NullVoxPopuli
20
21v4.4.4 / 2018-06-20
22==================
23
24v4.4.3 / 2018-06-20
25==================
26* move ember-cli to devDependencies #67 from @jakesjews
27
28v4.4.2 / 2018-05-17
29==================
30
31v4.4.1 / 2018-05-17
32==================
33
34v4.4.0 / 2018-05-17
35==================
36* feat: Adding assertion for testing ember-cli >= 2.16.0. #65 from @jasonmit
37
38v4.3.0 / 2018-04-25
39==================
40
41v4.2.1 / 2018-03-15
42==================
43
44v4.2.0 / 2018-03-14
45==================
46
47v4.1.1 / 2017-12-06
48==================
49* Remove sourceMappingURL for showdown #60 from @Dhaulagiri
50
51v4.1.0 / 2017-08-30
52==================
53* use new modules syntax #57 from @Dhaulagiri
54
55v4.0.1 / 2017-08-25
56==================
57
58v4.0.0 / 2017-08-25
59==================
60* BREAKING: rewrite fastboot implementation to use the AMD module bundl… #56 from @jasonmit
61
62v3.2.2 / 2017-06-27
63==================
64
65v3.2.1 / 2017-05-31
66==================
67
68v3.2.0 / 2017-05-23
69==================
70* Initial commit to support breaking ember-cli-fastboot rc changes #52 from @jasonmit
71
72v3.1.2 / 2017-05-21
73==================
74* Include showdown sourcemap in the treeForVendor funnel #50 from @jasonmit
75* Set repository URL in package.json #48 from @pgengler
76
77v3.1.1 / 2017-05-03
78==================
79* Removing the need for inline precompile to be a dependency #47 from @jasonmit
80
81v3.1.0 / 2017-05-02
82==================
83* Upgrading ember addon to latest set of ember-cli dependencies #45 from @jasonmit
84* Pull in showdown from NPM rather than bower. #43 from @john-griffin
85
86v2.11.0 / 2017-02-01
87==================
88* Adding support for global options #36 #42 from @jasonmit
89
90v2.10.0 / 2017-01-17
91==================
92* Modification of index.js included hook to retrieve the parent application #41 from @3tarazona
93
94v2.9.0 / 2016-12-07
95==================
96* Fix for #38 GitHub code blocks are rendered incorrectly #40 from @lolmaus
97* package.json: Add `showdown` to `fastbootDependencies` #32 from @lolmaus
98* converter as cp that is recomputed only when extensions change #37 from @jasonmit
99* Update included hook for nested addons #27 from @GreatWizard
100* Readme: fixed link to Showdown extensions #33 from @lolmaus
101
102v2.8.0 / 2016-09-15
103==================
104* Remove deprecated Handlebars.Safestring usage #30 from @Dhaulagiri
105* Bumping showdown bower package to latest version #28 from @ynnoj
106* Supporting used as a nested addon #26 from @jasonmit
107
108v2.7.2 / 2016-06-24
109==================
110* Fix deprecation warning #24 from @jasonmit
111
112v2.7.1 / 2016-06-20
113==================
114* Moving deps from devdeps #22 from @jasonmit
115
116v2.7.0 / 2016-06-17
117==================
118* Fastboot support #20 from @jasonmit
119* Revert "Only import the jQuery plugin outside of fastboot" #19 from @jasonmit
120
121v2.6.0 / 2016-06-16
122==================
123* Adding positional params, space separated extensions #18 from @jasonmit
124* Fix typo #15 from @HeroicEric
125* Only import the jQuery plugin outside of fastboot #17 from @Dhaulagiri
126* more verbose showdown extension recommendations #14 from @kybishop
127
128v2.5.0 / 2015-09-23
129==================
130* Adds support for Showdown Extensions #11 from @nikz
131
132v2.4.0 / 2015-09-02
133==================
134* Support showdown options #9 from @joshuaclayton
135
136v2.3.0 / 2015-08-29
137==================
138* feat: update ember-cli #10 from @dylanfoster
139
140v2.2.1 / 2015-06-29
141==================
142
143v2.2.0 / 2015-05-31
144==================
145* Update README.md #3 from @jpadilla