Skip to content

Releases: MR-MKZ/AxonJs

v0.5.1

28 Nov 11:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.5.1

v0.4.3

20 Nov 19:30
Compare
Choose a tag to compare

What's Changed

  • fix(core): freeze when load route function didn't bind. by @MR-MKZ in #16

Full Changelog: 0.4.2...0.4.3

v0.4.2

18 Nov 21:00
Compare
Choose a tag to compare

Full Changelog: 0.4.0...0.4.2

v0.4.0

17 Nov 19:56
Compare
Choose a tag to compare

What's Changed

  • core doesnt support preflight requests by @MR-MKZ in #15
  • cors config added to core by @MR-MKZ

Full Changelog: 0.3.0...0.4.0

v0.3.0

24 Oct 00:00
1ee2dfe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

v0.2.2-1

16 Sep 20:39
Compare
Choose a tag to compare

fix(core): not found error for routes with query parameters.
chore(core_logger): added response message and response code to logger.

Full Changelog: 0.2.0...0.2.2-1

v0.2.0

14 Sep 19:39
Compare
Choose a tag to compare

Change log

  • feat(middleware): setting middleware for each route added.
  • chore(response): returning response to user changed from controller return to res.status().body().
  • chore(core): core filename changed from index to AxonCore.
  • chore(router): router core filename changed from index to AxonRouter.

commits:

Full Changelog: 0.1.2...0.2.0

v0.1.2

12 Sep 22:10
Compare
Choose a tag to compare

Change log

  • feat(Router): route params added to Request
  • fix(core): core freeze when loadConfig method didn't run.
  • fix(types): Request and Response code suggestion didn't work for Javascript.
  • chore(core): some changes in request handling structure.

v0.1.0

11 Sep 22:33
Compare
Choose a tag to compare

Change log

feat(request handler): passing IncomingMessage(req) and ServerResponse(res) to controller function.
docs(examples): code examples for js and ts updated.
docs(README): README file updated based on new changes and Types part added to documentation.

v0.0.4

09 Sep 21:41
Compare
Choose a tag to compare

Change log

  • Fix -> core crash when accept a request
  • Fix -> route prefix removing last letter of path fixed
  • Update -> core logger updated
  • Update -> dependecied changed and package size decreaseda
  • Update -> update doc