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

Fix/query parsing logic #2

Merged
merged 2 commits into from Apr 30, 2022
Merged

Fix/query parsing logic #2

merged 2 commits into from Apr 30, 2022

Conversation

p-mcgowan
Copy link
Collaborator

  • fixed: url parsing failed on querystring or anything that looked like a regex but is not
  • fixed: buffer was beng serialized and dumped to term
  • added: moxy 'onAll' api to simplify Routes vs Config parsing
  • added: 'exact' option to prevent regex parsing the url
  • added: 'all' option to RouteConfig to enable exact for handler functions
  • added: logging config api and instance-scoped logger
  • added: more example routes and comments
  • changed: moved files around
  • changed: improved doxy comments and interface and variable names

p-mcgowan added 2 commits April 30, 2022 18:22
- fixed: url parsing failed on querystring or anything that looked like
  a regex but is not
- fixed: buffer was beng serialized and dumped to term
- added: moxy 'onAll' api to simplify Routes vs Config parsing
- added: 'exact' option to prevent regex parsing the url
- added: 'all' option to RouteConfig to enable exact for handler
  functions
- added: logging config api and instance-scoped logger
- added: more example routes and comments
- changed: moved files around
- changed: improved doxy comments and interface and variable names
@p-mcgowan p-mcgowan merged commit 671a101 into main Apr 30, 2022
@p-mcgowan p-mcgowan deleted the fix/query-parsing-logic branch April 30, 2022 16:45
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.

None yet

1 participant