Socket
Socket
Sign inDemoInstall

dustjs-linkedin

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dustjs-linkedin - npm Package Versions

13
6

2.6.1

Diff

Changelog

Source

v2.6.1 (2015/03/11 23:38 +00:00)

  • #557 Fix the output of format (whitespace-only) blocks inside inline partials (@sethkinast)
  • #546 Add Travis test targets for node 0.12 and iojs (@sethkinast)
  • #552 Update bower file (@sethkinast)
  • #550 Core grammar: support negative numbers passed as params (@jasonbelmonti)
linkedin
published 2.6.0 •

Changelog

Source

v2.6.0 (2015/03/05 01:30 +00:00)

  • #545 New dustc compiler. This breaks backward compat, but allows streaming output and a usage manual. Also includes tests that were nonexistent previously. (@sethkinast)
  • #536 Add AMD (require.js) compatibility. This includes the core, compiler, parser, and support for compiling templates as AMD modules. Have to set define.amd.dust to true to allow dust to be loaded as an AMD module, and dust.config.amd to true to compile templates as AMD modules. (@sethkinast)
  • #543 dustc: replace util.print/util.puts with console.log (@hunterchristian)
  • #541 Escape template names in case they contain non-JS-safe characters (@aredridel)
  • #540 escape values (\u2028, \u2029 and <) when using json filter (@jimmyhchan)
  • #534 Stringify things before calling escapeHtml on them in case their stringified representation contains HTML (@sethkinast)
  • #537 Stop archiving old releases (@sethkinast)
  • #533 Add dust.version and bump it during grunt-bump (@sethkinast)
  • #529 Fix hanging comma in dust.config. Fixes IE7. (@jrrbru)
  • #526 Don't stringify dust.log messages (@sethkinast)
linkedin
published 2.5.1 •

Changelog

Source

v2.5.1 (2014/11/20 01:08 +00:00)

  • #522 Fix the use of a multi-level object key (e.g. foo.bar) as the key for an index lookup inside non-self-closing tags. (@sethkinast)
  • #520 Update changelog to 2.5.0 (@sethkinast)
linkedin
published 2.5.0 •

Changelog

Source

v2.5.0 (2014/11/04 00:15 +00:00)

  • #515 Remove the warning log when you attach a new Stream event (@sethkinast)
  • #513 Treat compiled body functions as blocks to render instead of functions to evaluate. Dust body functions are now flagged with .___dustBody to differentiate them from functions set in the context. (@sethkinast)
  • #511 Treat formats and buffers as interchangeable when they are mixed together in order to prevent stack overflows with large templates and add a whitespace flag to dust.config (@sethkinast)
  • #504 Update README formatting (@NickStefan)
  • #503 Update contributors list (@sethkinast)
  • #502 Don't use the regexp constructor since we are using a regexp literal anyway (@jimmyhchan)
linkedin
published 2.4.2 •

Changelog

Source

v2.4.2 (2014/09/09 23:11 +00:00)

  • #497 Upgrade to pegJS 0.8
  • This change corresponds to a 90% reduction in template compile time. (@sethkinast)
linkedin
published 2.3.6 •

Changelog

Source

v2.3.6 (2014/09/09 22:33 +00:00)

  • #495 Catch syntax errors in context and fail gracefully (@sethkinast)
linkedin
published 2.4.1 •

Changelog

Source

v2.4.1 (2014/09/02 20:33 +00:00)

  • #494 Revert "Merge pull request #472 from jimmyhchan/OPP" This will allow dust references to look up the object's prototype chain again. (@sethkinast)
  • #493 Update changelog to 2.4.0 (@prashn64)
linkedin
published 2.4.0 •

Changelog

Source

v2.4.0 (2014/06/11 01:32 +00:00)

  • #472 #469 Prevent references from looking in the prototype.

Previously, {arr.sort} was possible even if sort was not a function in the arr object, since it was looking in the Array prototype. (@jimmyhchan)

  • #441 Make default params type to an object instead of null (@prashn64)
  • #447 deprecate the internal property context.isFunction. this is no longer needed. (@prashn64)
  • #424 Set up dev flow with grunt and fix coverage report (@kate2753)
  • #471 Errors thrown from render will now call populate the error in the callback. Previously, thrown errors will immediately fail and not call the callback. Issue #381,

Address #468: Errors thrown from stream now will invoke the error listener with the error object. Previously, these errors could not be caught and the process will hang.

Deprecated/remove: dust.onError, dust.silenceErrors. To see runtime errors, look at the error in the callback. breaking change: dust.log with an error no longer throws that error (@prashn64)

  • #475 remove config set on before install for travis build (@prashn64)
  • #474 travis build fix for minimatch grunt module (@prashn64)
  • #470 Ensure client bundlers load only client-side code (@patrick-steele-idem)
linkedin
published 2.3.5 •

Changelog

Source

v2.3.5 (2014/05/08 21:31 +00:00)

  • #463 Rendering performance improvements by simplifying logging (@kate2753)
linkedin
published 2.2.10 •

Changelog

Source

v2.2.10 (2014/05/07 23:39 +00:00)

  • #444 make console.log available for logging statements in node environment by passing the proper global (@bgmort)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc