Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify FoalTS public interface. #37

Merged
merged 17 commits into from
Dec 24, 2017
Merged

Simplify FoalTS public interface. #37

merged 17 commits into from
Dec 24, 2017

Conversation

LoicPoullain
Copy link
Member

@LoicPoullain LoicPoullain commented Dec 21, 2017

Following debates with other people and deep thoughts on some use cases, v0.4 will have some breaking changes in its public interface. Note that v0.3 was a Proof of Concept, not a solution ready for prod.

  • Rename update and patch to replace and modify.
  • Controllers are not any more a sub-category of services.
  • The controller binders become the controllers.
  • RestController is replaced by PartialCRUDService, CRUDService, CreateService, ReadService, UpdateService, DeleteService.
  • module.controllerBindings|imports become module.controllers|modules.
  • Split @foal/core into @foal/core and @foal/common.
  • Add more tests.

@LoicPoullain LoicPoullain merged commit b2a9471 into v0-4-0 Dec 24, 2017
@LoicPoullain LoicPoullain deleted the crud-services branch December 24, 2017 10:19
@LoicPoullain LoicPoullain mentioned this pull request Dec 24, 2017
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant