Skip to content

Commit

Permalink
Released 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KollegOFF committed Jul 2, 2021
1 parent 845bf72 commit cd74bcc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
21 changes: 5 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,16 @@

## [Unreleased]

## [2.6.0-beta.4] - 2021-04-22
### Fixed
- Batch details save with unchanged aggregator.
## [2.6.0] - 2021-07-02
### Added
- The `ModelWithoutValidation` model without validation.
- The `TruePredicate` and `FalsePredicate` predicates with implementations for the `IndexedDBAdapter`, `JsAdapter`, and `ODataAdapter` adapters.

## [2.6.0-beta.3] - 2021-04-06
### Fixed
- Batch details save with unchanged aggregator.
- Resolving Promise on sync up with no jobs.

## [2.6.0-beta.2] - 2021-03-29
### Fixed
- Error unloading record with deleted dirty type in batch update.

## [2.6.0-beta.1] - 2020-02-18
No functionality was added, changed or fixed.
Just technical release for testing.

## [2.6.0-beta.0] - 2020-10-06
### Added
- The `ModelWithoutValidation` model without validation.
- The `TruePredicate` and `FalsePredicate` predicates with implementations for the `IndexedDBAdapter`, `JsAdapter`, and `ODataAdapter` adapters.

## [2.5.0] - 2020-09-10
### Added
- The `createExistingRecord` method for the `LocalStore` and `OnlineStore` classes to create existing records in the storage without query.
Expand Down
2 changes: 1 addition & 1 deletion addon/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let version = '2.6.0-beta.4';
let version = '2.6.0';
export default version;
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-flexberry-data",
"version": "2.6.0-beta.4",
"version": "2.6.0",
"dependencies": {
"ember": "~2.4.3",
"ember-cli-shims": "0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-flexberry-data",
"version": "2.6.0-beta.4",
"version": "2.6.0",
"description": "Support of database projections, JavaScript Query Language and working with several kinds of backends",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/ember-flexberry-data/register-version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* globals Ember */
var version = '2.6.0-beta.4';
var version = '2.6.0';
Ember.libraries.register('Ember Flexberry Data', version);

0 comments on commit cd74bcc

Please sign in to comment.