Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stack-subject

GerkinDev16MIT0.2.1TypeScript support: included

A stack, but observable

rxjs, stack, observable

readme

changelog

0.2.0 (2019-01-30)

Features

  • 🎸 Added length getter on StackSubject (3cd4b82)

0.1.0 (2019-01-27)

Features

  • Added pop method (b80cb20)
  • Added pushEach & popEach methods (d57319b)
  • Created class, added push method, implemented subscribe (67672e0)
  • Implemented constructor (6b79f00)