basol
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

basol

Basic observer library

GitHub license Issues Build Status Coverage Status Code Size Weekly downloads

Summary

This is a personal implementation of the observer pattern taking rxjs as a template for its API. This lib does not pretend to be a substitute or competitor of such library but rather a place for experiementation and learning.

The library tries to mimic the same API for producers (here called factories) and operators. Method signatures are extracted from the original rxjs docs.

Tests try to be as accurate as possible but the behavior may differ. Also the implementations of the factories and operators do not use utils and I tried to avoid any internal dependency.

Release notes

[0.4.0]

  • Fix barrel files to expose latesat operators and factories

[0.3.0]

  • Add mergeMap operator

[0.2.0]

  • Add withLatestFrom operator

[0.1.0]

  • Add combineLatest factory method

[0.0.3]

  • Add fromEventPattern factory method

Package Sidebar

Install

npm i basol

Weekly Downloads

11

Version

0.4.0

License

MIT

Unpacked Size

165 kB

Total Files

203

Last publish

Collaborators

  • david.luna