0.9.82 • Published 6 years ago

metaphasejs v0.9.82

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Build Status Greenkeeper badge Maintainability Coverage Status

NPM package

MetaphaseJS

Super easy, efficient and agnostic state management for Javascript

Demo

Usage

// Install
yarn add metaphasejs // Yarn
npm install metaphasejs // NPM

// Build
yarn / npm build

// Test
yarn / npm test

API Docs

Packages Analysis

  • Without gzip compression: Link

Test Coverage

Notes

  • At this moment there are not polyfills for old browsers, but there will be in the future.
  • If Typescript and decorators are used, its configuration file tsconfig.json must have:

    • experimentalDecorators = true

    • emitDecoratorMetadata = true

    • If flag strict = true is used, model properties (columns in db) must be initialized with values

0.9.82

6 years ago

0.9.81

6 years ago

0.9.8

6 years ago

0.9.7

6 years ago

0.9.6

6 years ago

0.9.5

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago