Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sukakkar committed Oct 20, 2021
1 parent 6f98371 commit 2e8795c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 18 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
## Change Log

### v2.7.5 (2016/12/09 13:49 +00:00)
### v3.0.0 (2021/10/20 22:40 +00:00)
- [#805](https://github.com/linkedin/dustjs/pull/805) fix: Security bug about prototype pollution (@sumeetkakkar)

### list (2016/12/08 20:15 +00:00)
- [#756](https://github.com/linkedin/dustjs/pull/756) Decrease security vulnerabilities by upgrading cli dependency (#754 #748) (@danactive)
- [#753](https://github.com/linkedin/dustjs/pull/753) {?exists} and {^exists} resolve Promises and check if the result exists (#753) (@samuelms1)

### v2.7.4 (2016/09/13 02:52 +00:00)
- [#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)

### v2.6.3 (2016/07/26 18:03 +00:00)
- [#736](https://github.com/linkedin/dustjs/pull/736) Prioritize resolution of .then (@brianmhunt)
- [#735](https://github.com/linkedin/dustjs/pull/735) Prioritize .then on thenable functios (#735) (@brianmhunt)
- [#734](https://github.com/linkedin/dustjs/pull/734) Bump deps (@sethkinast)
- [#703](https://github.com/linkedin/dustjs/pull/703) Upgrade to peg.js 0.9 (@sethkinast)
- [#705](https://github.com/linkedin/dustjs/pull/705) When rendering with a Context object, use the templateName provided by the template (@sethkinast)
Expand Down Expand Up @@ -167,7 +172,7 @@
### v2.2.2 (2013/11/28 00:10 +00:00)
- [#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)
- [#363](https://github.com/linkedin/dustjs/pull/363) Issue #340. Remove old optimization to avoid looking at arrays in get. (@rragan)
- [#362](https://github.com/linkedin/dustjs/pull/362) remove node_modules directory (@wizardzloy)
- [#362](https://github.com/linkedin/dustjs/pull/362) remove node_modules directory (@vovacodes)

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

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

### v1.2.2 (2013/03/19 20:07 +00:00)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "2.7.5",
"version": "3.0.0",
"homepage": "https://github.com/linkedin/dustjs",
"authors": [
"Veena Basavaraj <vybs@users.noreply.github.com>",
Expand Down
4 changes: 2 additions & 2 deletions dist/dust-core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dustjs-linkedin - v2.7.5
/*! dustjs-linkedin - v3.0.0
* http://dustjs.com/
* Copyright (c) 2021 Aleksander Williams; Released under the MIT License */
(function (root, factory) {
Expand All @@ -11,7 +11,7 @@
}
}(this, function() {
var dust = {
"version": "2.7.5"
"version": "3.0.0"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
4 changes: 2 additions & 2 deletions dist/dust-core.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/dust-full.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dustjs-linkedin - v2.7.5
/*! dustjs-linkedin - v3.0.0
* http://dustjs.com/
* Copyright (c) 2021 Aleksander Williams; Released under the MIT License */
(function (root, factory) {
Expand All @@ -11,7 +11,7 @@
}
}(this, function() {
var dust = {
"version": "2.7.5"
"version": "3.0.0"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down Expand Up @@ -750,7 +750,7 @@

/**
* Like Chunk#map but additionally resolves a thenable. If the thenable succeeds the callback is invoked with
* a new chunk that can be used to asynchronously render or write to it, otherwise if the thenable is rejected
* a new chunk that can be used to asynchronously render or write to it, otherwise if the thenable is rejected
* then the error body is rendered if available, an error is logged, and the callback is never invoked.
* @param {Chunk} The current chunk to insert a new chunk
* @param thenable {Thenable} the target thenable to await
Expand All @@ -765,8 +765,8 @@
try {
callback(asyncChunk, data);
} catch (err) {
// handle errors the same way Chunk#map would. This logic is only here since the thenable defers
// logic such that the try / catch in Chunk#map would not capture it.
// handle errors the same way Chunk#map would. This logic is only here since the thenable defers
// logic such that the try / catch in Chunk#map would not capture it.
dust.log(err, ERROR);
asyncChunk.setError(err);
}
Expand Down
6 changes: 3 additions & 3 deletions dist/dust-full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/dust.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
}(this, function() {
var dust = {
"version": "2.7.5"
"version": "3.0.0"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "2.7.5",
"version": "3.0.0",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
Expand Down

0 comments on commit 2e8795c

Please sign in to comment.