Skip to content

Commit

Permalink
chore(mvc): Remove FilterService
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove FilterService. Use InjectorService instead of.
  • Loading branch information
Romakita committed Dec 23, 2018
1 parent 40bdb6a commit 66f0ff0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 148 deletions.
1 change: 0 additions & 1 deletion packages/common/src/filters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ export * from "./decorators/endpointInfo";
export * from "./registries/FilterRegistry";
export * from "./registries/ParamRegistry";

export * from "./services/FilterService";
export * from "./services/ParseService";
export * from "./services/ValidationService";
82 changes: 0 additions & 82 deletions packages/common/src/filters/services/FilterService.ts

This file was deleted.

65 changes: 0 additions & 65 deletions test/units/filters/services/FiltersService.spec.ts

This file was deleted.

0 comments on commit 66f0ff0

Please sign in to comment.