This repository was archived by the owner on Mar 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 0.28.0 12 July 2019
4
+
5
+ ## Bug Fixes
6
+ - ** git:** remove ` shelljs ` dependency
7
+ ([ 18a1c0] ( https://github.com/angular/angular.js/commit/18a1c0b0692c05d43126150f1d8e284850ea2da3 ) )
8
+ - ** nunjucks:** upgrade ` marked ` to avoid vulnerability
9
+ ([ 16ceb9] ( https://github.com/angular/angular.js/commit/16ceb9c9bc9aac168f82db977a9e380fb20b815a ) ,
10
+ [ #280 ] ( https://github.com/angular/dgeni-packages/issues/280 ) )
11
+
12
+ ## Breaking Changes
13
+
14
+ ### ** nunjucks** due to:
15
+ - ** [ 16ceb9] ( https://github.com/angular/angular.js/commit/16ceb9c9bc9aac168f82db977a9e380fb20b815a ) ** : upgrade ` marked ` to avoid vulnerability
16
+
17
+ There are a few relevant breaking changes with this latest version of ` marked ` .
18
+ This only affects usage of the ` renderMarkdown() ` service and the ` marked `
19
+ nunjucks filter. Take a look through the
20
+ [ marked release notes] ( https://github.com/markedjs/marked/releases ) and
21
+ check if this affects you.
22
+
23
+
3
24
# 0.27.4 1 July 2019
4
25
5
26
## Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dgeni-packages" ,
3
- "version" : " 0.27.5 " ,
3
+ "version" : " 0.28.0 " ,
4
4
"description" : " A collection of dgeni packages for generating documentation from source code" ,
5
5
"scripts" : {
6
6
"test" : " yarn build && node test.js" ,
You can’t perform that action at this time.
0 commit comments