Skip to content

Commit

Permalink
feat: add defaultMaxAge to entity operator
Browse files Browse the repository at this point in the history
 * Introduce to `defaultMaxAge` to IEntityOptions
 + Add EntityAge with predefined common ages for use with `defaultMaxAge`
 * Update @entity decorator to support passing name in only or options or both
 > Move key decorator tokens into entity-tokens.ts
 > Extract entity decorator into its own file entity-decorator.ts
 > Extract key decorator into its own file key-decorator.ts
 * Update index/public api to reference all exports from new locations
 * Added EntityAge enum to public api
 * Removed all imports from '../..'

Issues #144 #141
  • Loading branch information
Jon Rista committed Aug 30, 2020
1 parent d106ce4 commit 9ba68f8
Show file tree
Hide file tree
Showing 46 changed files with 749 additions and 659 deletions.
12 changes: 0 additions & 12 deletions e2e/protractor.conf.js

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/src/app.po.ts

This file was deleted.

9 changes: 0 additions & 9 deletions e2e/tsconfig.e2e.json

This file was deleted.

Loading

0 comments on commit 9ba68f8

Please sign in to comment.