ember-flexberry-data

3.11.1-beta.2 • Public • Published

Ember Flexberry Data

Build Status Master Build Status Develop NPM Version

ember ember-data ember-cli

Ember Flexberry Data addon - Support of database projections, JavaScript Query Language, Offline data storage (IndexedDB via dexie) and working with several kinds of backends: OData V4, JSON API, etc.

Installation

  • Latest release: ember install ember-flexberry-data
  • Specific version: ember install ember-flexberry-data@x.x.x
  • Latest commit from a branch: ember install flexberry/ember-flexberry-data#<BRANCH_NAME>
  • Specific commit: ember install flexberry/ember-flexberry-data#<COMMIT_SHA>

Documentation

Collaborating / Development

Information on how to contribute to the project you can find here.

Prerequisites

You will need the following things properly installed on your computer.

Running

Running Tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

If TEST_ODATA_SERVICE_URL variable is declared in environment of process then integration tests for OData service are also run (needs corresponding backend).

Linting

  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Releasing

  • Merge develop branch with master branch
    • git checkout master
    • git merge --no-ff develop
    • git push
  • ember release (for more information visit ember-cli-release)
    • To increment patch version run without specifying options.
    • To increment minor version run with --minor option.
    • To increment major version run with --major option.
  • npm publish ./ (for more information visit How to publish packages to NPM)
  • Merge master branch that contains additional commit for changing addon version with develop branch
    • git checkout develop
    • git merge --no-ff master
    • git push

Documenting

Further Reading / Useful Links

License

This project is licensed under the MIT License.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i ember-flexberry-data

Weekly Downloads

59

Version

3.11.1-beta.2

License

MIT

Unpacked Size

551 kB

Total Files

193

Last publish

Collaborators

  • flexberry