primate

Web framework focused on flexibility and developer freedom

MIT License

Downloads
2.4K
Stars
200
Committers
9
primate - 0.13.0

Published by terrablue over 1 year ago

primate - 0.12.0

Published by terrablue over 1 year ago

primate - 0.11.0

Published by terrablue over 1 year ago

primate - 0.10.0

Published by terrablue over 1 year ago

  • Moved configuration file to primate.js instead of primate.json.
  • Added an extension system using modules specified in primate.js. A Primate module exports a default object with hooks, currently only serve is supported.
  • Alongside this release, published @primate/sessions as a module to support sessions.
  • Default port has been changed to 6161
  • Primate now passes the original request under original to the route
  • The public directory is now only created if a static directory exists
primate -

Published by terrablue over 1 year ago

primate -

Published by terrablue over 1 year ago

Bugfix release.

primate -

Published by terrablue over 1 year ago

primate - 0.8.1

Published by terrablue over 2 years ago

primate - 0.8.0

Published by terrablue over 2 years ago

  • nested HTML components #1
  • mapping named capture groups to request.path.<name> #2
primate - 0.7.4

Published by terrablue over 2 years ago

primate - 0.7.3

Published by terrablue over 2 years ago

primate - 0.7.2

Published by terrablue over 2 years ago

primate - 0.7.1

Published by terrablue over 2 years ago

primate - 0.7.0

Published by terrablue over 2 years ago

Added cross-runtime support for both node and deno via runtime-compat

primate - 0.6.4

Published by terrablue over 2 years ago

Various improvements and bug fixes

primate - 0.6.3

Published by terrablue over 2 years ago

Added support for generic data- attributes

primate - 0.6.2

Published by terrablue over 2 years ago

Added json handler

primate - 0.6.1

Published by terrablue over 2 years ago

Initial release