Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fbl

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbl - npm Package Versions

1
9

1.3.3

Diff

Changelog

Source

1.3.3 - 2018-12-17

Added

  • #276 Added echo action handler.
vlad-tkachenko
published 1.3.2 •

Changelog

Source

1.3.2 - 2018-12-13

Added

  • #267 Added shareParameters option for while action handler.
  • #268 Added shareParameters option for each action handler.
  • #269 Added shareParameters option for parallel action handler.
  • #270 Added shareParameters option for repeat action handler.
vlad-tkachenko
published 1.3.1 •

Changelog

Source

1.3.1 - 2018-12-10

Added

  • #259 Added root facade to make plugin import more organized.

Fixed

  • #263 $.assignTo and $.pushTo no longer fails on missing paths, instead it just ignores the execution.
vlad-tkachenko
published 1.3.0 •

Changelog

Source

1.3.0 - 2018-12-05

Added

  • #254 Added $.assignTo and $.pushTo template utility functions.

Fixed

  • #253 "virtual" action handler now processes templates inside "defaults" and "parametersSchema" fields.
  • #255 "function" action handler now has access to template utility functions directly inside the body.

Changes

  • [Breaking] ITemplateUtility interface was changed to be more action handler oriented. wd parameter removed in favor of context, snapshot and parameters ones that are neede for $.assigTo and $.pushTo utility functions to operate. wd can be taken from snapshot.wd.
vlad-tkachenko
published 1.2.6 •

Changelog

Source

1.2.6 - 2018-12-04

Added

  • #250 "sequence" action handler now supports alternative options syntax with "shareParameters" options. That options allow to re-use parameters across all invoked actions instead of making a clone for each.

Changes

  • #251 "function" action handler now also can return object that will be used to override context and parameters.
vlad-tkachenko
published 1.2.5 •

Changelog

Source

1.2.5 - 2018-12-03

Fixed

  • #247 Expose "parameters" and "iteration" properties to "function" action handler.
  • #243 Reference extended to support $ref:cwd and $ref:iteration

Changes

  • Along with #247 fix, context property no longer wraps context fields. Instead all the fields are not available without a wrapper.
vlad-tkachenko
published 1.2.4 •

Changelog

Source

1.2.4 - 2018-11-30

Fixed

  • #241 Reference resoling ($ref:) now also works for array items.

Added

  • Added IAssignTo and IPushTo interfaces to describe assignTo and pushTo options.
vlad-tkachenko
published 1.2.3 •

Changelog

Source

1.2.3 - 2018-11-28

Fixed

  • #234 Parameters assignment action handler replaced with $parameters metadata processing.
vlad-tkachenko
published 1.2.2 •

Changelog

Source

1.2.2 - 2018-11-27

Added

  • #230 Parameters assignment action handler.

Changed

  • #231 $.hash function now rejects undefined, null and non-string values.
  • #232 EJS custom escape function now returns "null" for null and undefined values.
vlad-tkachenko
published 1.2.1 •

Changelog

Source

1.2.1 - 2018-11-26

Fixed

  • #225 Fixed issue, when "select" and "multiselect" action handlers were not printing options correctly.
  • #226 Allow false value assignment for context actions handlers.

Added

  • #227 Added --verbose CLI parameter to print all log statements.
  • #224 Added ability to use assignTo and pushTo parameters with alternative syntax.

Changed

  • #227 All previously printed info logs are now suppressed by default.
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