Skip to content

Commit 2e8795c

Browse files
author
sukakkar
committed
Release v3.0.0
1 parent 6f98371 commit 2e8795c

File tree

8 files changed

+23
-18
lines changed

8 files changed

+23
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
## Change Log
22

3-
### v2.7.5 (2016/12/09 13:49 +00:00)
3+
### v3.0.0 (2021/10/20 22:40 +00:00)
4+
- [#805](https://github.com/linkedin/dustjs/pull/805) fix: Security bug about prototype pollution (@sumeetkakkar)
5+
6+
### list (2016/12/08 20:15 +00:00)
47
- [#756](https://github.com/linkedin/dustjs/pull/756) Decrease security vulnerabilities by upgrading cli dependency (#754 #748) (@danactive)
8+
- [#753](https://github.com/linkedin/dustjs/pull/753) {?exists} and {^exists} resolve Promises and check if the result exists (#753) (@samuelms1)
59

610
### v2.7.4 (2016/09/13 02:52 +00:00)
711
- [#744](https://github.com/linkedin/dustjs/pull/744) Don't use instanceof to determine if a Context is a Context. Instead use a flag on the instance itself so it can survive object merges. (@sethkinast)
812

913
### v2.6.3 (2016/07/26 18:03 +00:00)
1014
- [#736](https://github.com/linkedin/dustjs/pull/736) Prioritize resolution of .then (@brianmhunt)
15+
- [#735](https://github.com/linkedin/dustjs/pull/735) Prioritize .then on thenable functios (#735) (@brianmhunt)
1116
- [#734](https://github.com/linkedin/dustjs/pull/734) Bump deps (@sethkinast)
1217
- [#703](https://github.com/linkedin/dustjs/pull/703) Upgrade to peg.js 0.9 (@sethkinast)
1318
- [#705](https://github.com/linkedin/dustjs/pull/705) When rendering with a Context object, use the templateName provided by the template (@sethkinast)
@@ -167,7 +172,7 @@
167172
### v2.2.2 (2013/11/28 00:10 +00:00)
168173
- [#368](https://github.com/linkedin/dustjs/pull/368) Add context.getTemplateName. This method now correctly returns the template name even for directly loaded templates being used as partials. For end users please use this api for getting the template name instead of ctx.templatename (@prashn64)
169174
- [#363](https://github.com/linkedin/dustjs/pull/363) Issue #340. Remove old optimization to avoid looking at arrays in get. (@rragan)
170-
- [#362](https://github.com/linkedin/dustjs/pull/362) remove node_modules directory (@wizardzloy)
175+
- [#362](https://github.com/linkedin/dustjs/pull/362) remove node_modules directory (@vovacodes)
171176

172177
### v2.2.0 (2013/11/08 18:42 +00:00)
173178
- [#360](https://github.com/linkedin/dustjs/pull/360) Use get for all Dust references (@smfoote)
@@ -210,7 +215,7 @@
210215
- [#263](https://github.com/linkedin/dustjs/pull/263) Add forward slash and unit tests for j filter (@prashn64)
211216

212217
### v1.2.3 (2013/04/11 17:47 +00:00)
213-
- [#253](https://github.com/linkedin/dustjs/pull/253) 2-3000% performance enhancement in IE7 (@jlkonsultab)
218+
- [#253](https://github.com/linkedin/dustjs/pull/253) 2-3000% performance enhancement in IE7 (@codeability-ab)
214219
- [#249](https://github.com/linkedin/dustjs/pull/249) Remove debugger in dust-full-1.2.1.js (@sethkinast)
215220

216221
### v1.2.2 (2013/03/19 20:07 +00:00)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dustjs-linkedin",
3-
"version": "2.7.5",
3+
"version": "3.0.0",
44
"homepage": "https://github.com/linkedin/dustjs",
55
"authors": [
66
"Veena Basavaraj <vybs@users.noreply.github.com>",

dist/dust-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dustjs-linkedin - v2.7.5
1+
/*! dustjs-linkedin - v3.0.0
22
* http://dustjs.com/
33
* Copyright (c) 2021 Aleksander Williams; Released under the MIT License */
44
(function (root, factory) {
@@ -11,7 +11,7 @@
1111
}
1212
}(this, function() {
1313
var dust = {
14-
"version": "2.7.5"
14+
"version": "3.0.0"
1515
},
1616
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
1717
EMPTY_FUNC = function() {};

dist/dust-core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dust-full.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dustjs-linkedin - v2.7.5
1+
/*! dustjs-linkedin - v3.0.0
22
* http://dustjs.com/
33
* Copyright (c) 2021 Aleksander Williams; Released under the MIT License */
44
(function (root, factory) {
@@ -11,7 +11,7 @@
1111
}
1212
}(this, function() {
1313
var dust = {
14-
"version": "2.7.5"
14+
"version": "3.0.0"
1515
},
1616
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
1717
EMPTY_FUNC = function() {};
@@ -750,7 +750,7 @@
750750

751751
/**
752752
* Like Chunk#map but additionally resolves a thenable. If the thenable succeeds the callback is invoked with
753-
* a new chunk that can be used to asynchronously render or write to it, otherwise if the thenable is rejected
753+
* a new chunk that can be used to asynchronously render or write to it, otherwise if the thenable is rejected
754754
* then the error body is rendered if available, an error is logged, and the callback is never invoked.
755755
* @param {Chunk} The current chunk to insert a new chunk
756756
* @param thenable {Thenable} the target thenable to await
@@ -765,8 +765,8 @@
765765
try {
766766
callback(asyncChunk, data);
767767
} catch (err) {
768-
// handle errors the same way Chunk#map would. This logic is only here since the thenable defers
769-
// logic such that the try / catch in Chunk#map would not capture it.
768+
// handle errors the same way Chunk#map would. This logic is only here since the thenable defers
769+
// logic such that the try / catch in Chunk#map would not capture it.
770770
dust.log(err, ERROR);
771771
asyncChunk.setError(err);
772772
}

dist/dust-full.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/dust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}(this, function() {
1010
var dust = {
11-
"version": "2.7.5"
11+
"version": "3.0.0"
1212
},
1313
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
1414
EMPTY_FUNC = function() {};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dustjs-linkedin",
3-
"version": "2.7.5",
3+
"version": "3.0.0",
44
"author": {
55
"name": "Aleksander Williams",
66
"url": "http://akdubya.github.com/dustjs"

0 commit comments

Comments
 (0)