Socket
Socket
Sign inDemoInstall

@ngxs-labs/data

Package Overview
Dependencies
7
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

6.2.0

Diff

splincode
published 6.1.0 •

Changelog

Source

6.1.0 2021-06-20

  • Feat: improved type checking
splincode
published 6.0.0 •

Changelog

Source

6.0.0 2021-06-19

  • Feat: support Angular 12
splincode
published 5.0.0 •

Changelog

Source

5.0.0 2021-04-05

  • Feat: refactor persistence decorator
splincode
published 4.2.0 •

Changelog

Source

4.2.0 2021-03-26

  • Fix: support Angular 11.2+
  • Feat: add entitiesArray, entitiesArray$ to AbstractNgxsDataEntityCollectionsRepository
splincode
published 4.1.1 •

Changelog

Source

4.1.1 2020-09-09

  • Fix: invalid expose arguments when inheritance
splincode
published 4.1.0 •

Changelog

Source

4.1.0 2020-09-09

  • Feature: support only Ivy
splincode
published 4.0.0 •

Changelog

Source

4.0.0 2020-09-09

  • Feature: feat: support Angular 10, TypeScript 4
  • Feature: support @ngxs/store@3.7.0
  • Fix: Proxy is a ES2015 class that is not compatible with IE11 with ES5 target

⚠ BREAKING CHANGES

  • Moved Immutable, Mutable, Any interfaces to @angular-ru/common/typings:
import { Immutable, Mutable, Any } from '@angular-ru/common/typings';
  • Moved createEntityCollections to @angular-ru/common/entity:
import { createEntityCollections } from '@angular-ru/common/entity';

@StateRepository()
@State({
    name: 'students',
    defaults: createEntityCollections()
})
@Injectable()
class StudentEntitiesState extends NgxsDataEntityCollectionsRepository<StudentEntity, string> {
    public selectId(entity: StudentEntity): string {
        return `${entity.groupId}_${entity.batchId}`;
    }
}
  • Removed NgxsDataMutablePipe, NgxsDataUtilsModule
splincode
published 3.0.6 •

Changelog

Source

3.0.6 2020-06-25

  • Fix: entry point '@ngxs/store/src/*' contains deep imports into in lib
  • Feature: support Angular Schematics ng add @ngxs-labs/data
splincode
published 3.0.5 •

23456Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc