0.9.82 • Published 7 years ago

metaphasejs v0.9.82

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.9.81

7 years ago

0.9.8

7 years ago

0.9.7

7 years ago

0.9.6

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago