Sebastian Rindom
4c2aec2838
Adds publish/subscribe pattern to allow plugins and projects to hook into events ( #55 )
...
Also adds CLI to ease development.
2020-05-07 13:47:27 +02:00
Sebastian Rindom
516bc7675d
Adds Middleware API ( #40 )
...
* Adds test project
* Adds e2e for end-2-end tests
* Update gitignore
* Update loaders
* Creates test project
* v0.1.27
* Upgrade
* dependency fixes
* Load project plugins in the plugin loader
* Issue with instanceof
* Fixes versioning issues
* Adds medusa middleware api
* Adds documentation
* Fixes tests
2020-05-01 13:33:03 +02:00
dependabot[bot]
0726216ac6
Bump minimist from 1.2.0 to 1.2.5 in /packages/medusa-core-utils ( #43 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-30 22:05:15 +02:00
Sebastian Rindom
feda00d2d1
Decorators ( #42 )
...
Adds decorator functionality to BaseService
2020-04-30 21:39:30 +02:00
Sebastian Rindom
bc5dc5fab4
Fixes failing user tetst
2020-04-06 12:51:23 +02:00
Sebastian Rindom
35e0930650
v0.3.0
2020-04-06 12:14:08 +02:00
Sebastian Rindom
f0a9fd34f4
Publish
2020-04-06 12:13:55 +02:00
Sebastian Rindom
a83ab58c76
v0.2.0
2020-04-06 12:13:16 +02:00
Sebastian Rindom
9308707884
Publish
2020-04-06 12:12:33 +02:00
Sebastian Rindom
b874495fde
v0.2.0-alpha.0
2020-04-04 15:48:28 +02:00
Sebastian Rindom
cc8ccd44b9
v0.1.27-alpha.0
2020-04-04 15:48:15 +02:00
Sebastian Rindom
808d0912e3
Load Services, Models and API from Core, Plugins and Project root ( #23 )
2020-03-30 16:52:20 +02:00
Sebastian Rindom
086e7dac7d
v0.1.6-alpha.0
2020-03-24 11:18:21 +01:00
Sebastian Rindom
1aee503162
Lerna ready
2020-03-24 11:18:04 +01:00
Sebastian Rindom
d3ae95ffe0
v0.1.5-alpha.0
2020-03-24 10:53:36 +01:00
Sebastian Rindom
edc9052adc
v0.1.4-alpha.0
2020-03-24 10:33:43 +01:00
Sebastian Rindom
b32c7c760b
Rename
2020-03-24 10:33:13 +01:00
Sebastian Rindom
6fce625a01
v0.1.3-alpha.0
2020-03-24 10:28:11 +01:00
Sebastian Rindom
665860d239
chore: lerna
2020-03-24 10:26:45 +01:00
Sebastian Rindom
ba3d667655
v0.1.2-alpha.0
2020-03-24 10:04:55 +01:00
Sebastian Rindom
c66ec0e525
chore: update repo url
2020-03-24 10:02:21 +01:00
Sebastian Rindom
75d85829c7
v0.1.1-alpha.0
2020-03-24 09:54:56 +01:00
Sebastian Rindom
351aa21861
chore: update repo url
2020-03-24 09:48:38 +01:00
Sebastian Rindom
3a42488897
v0.1.0-alpha.0
2020-03-24 09:22:04 +01:00
Sebastian Rindom
cb727c8689
cart service: updateShippingAddress, updateBillingAdress, updateEmail; address validator in core utils
2020-02-05 10:20:58 +01:00
Sebastian Rindom
eed979b9d9
Adds comment
2020-02-05 08:56:01 +01:00
Sebastian Rindom
edce88c34b
Moves Medusa interfaces defines model schemas for Customer, Cart, Order
2020-01-30 09:38:08 +01:00
Sebastian Rindom
ed472e9fba
Creates test request helper for API endpoints
...
Separates common utils into the medusa-core-utils package.
Sets up a testing environment where mocked models/services/etc. can be placed in
__mocks__ folder within its corresponding directory. The mocks will
automatically be registered in a awilix container only used for testing.
2020-01-21 15:13:47 +01:00