1.3.1 • Published 11 days ago

ember-blueprint-data v1.3.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
11 days ago

ember-blueprint-data

Support add-on for integrating Blueprint applications with ember-data.

Compatibility

  • Ember.js v4.4 or above
  • Ember CLI v4.4 or above
  • Node.js v14 or above

Installation

ember install ember-blueprint-data

MongoDB Support

The addon provides a mixin for DS.RESTSerializer that provides baseline behavior for integrating with blueprint-mongodb. More specifially, the MongoDB mixin provides the following functionality:

  • It defines the primaryKey as _id.
  • It only serializes attributes that have changed.
  • It only serializes belongsTo relationships that exist, and have changed.
  • It does not serialize attributes that have serialize:false as part of its attribute definition.
  • It normalizes the queryRecord response by converting it from an array to a single value.
  • It extends the Store and RESTAdapter with support for the search() action on a MongoDB ResourceController.

Use the MongoDB mixin by importing it into a serializer, such as the application serializer, and applying it to the extended class.

// app/serializers/application.js

import DS from 'ember-data';
import MongoDB from 'ember-blueprint-data/mixins/serializers/mongodb'

export default DS.RESTSerializer.extend (MongoDB, {

});

Happy Coding!

1.3.1

11 days ago

1.3.0

11 days ago

1.2.3

22 days ago

1.2.2

22 days ago

1.2.0

29 days ago

1.2.1

29 days ago

1.1.1

12 months ago

1.0.8

1 year ago

1.1.0

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.3

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.9.1

2 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.11

3 years ago

0.7.10

3 years ago

0.7.9

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.19

3 years ago

0.6.18

3 years ago

0.6.17

3 years ago

0.6.16

3 years ago

0.6.15

3 years ago

0.6.14

4 years ago

0.6.13

4 years ago

0.6.12

4 years ago

0.6.10

4 years ago

0.6.11

4 years ago

0.6.9

4 years ago

0.6.8

4 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.0

5 years ago