0.0.12 • Published 4 years ago

unilib v0.0.12

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

The Unilib Library

Unilib is a general utility library for writing scalable JavaScript applications. It's intended to be lightweight, flexible, à la carte (i.e., install/import only what you need), and it strives to be mostly isomorphic/universal (i.e., can be used client-side or server-side).

Unilib includes the following modules:

ClassSub-PackageDescription
UErrorunilib-errorA generic error class with support for supplying arbitrary instance properties which may provide additional context about the error that has occured
URegistryunilib-registryA generic key-value registry with lazy initialization and IoC (dependency injection) capabilities
ULoggerunilib-loggerA generic logger whose appender implementation can be specified via the constructor when instantiated
UBusunilib-busAn in-memory message bus with support for wildcard topics
UDispatcherunilib-dispatcherA generic dispatcher class that can route calls to handler functions registered by name

Notes:

  • All modules in this library are written in TypeScript and compiled to ES6-compatible JavaScript
  • While every module in this library has 100% unit test coverage and is being used in Production at a few companies, at this time, we cannot guarantee long-term support
0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago