foxify

The fast, easy to use & typescript ready web framework for Node.js

MIT License

Downloads
137
Stars
152
Committers
4

Bot releases are hidden (Show)

foxify - @foxify/[email protected] Latest Release

Published by ardalanamini almost 2 years ago

Patch Changes

New Contributors

foxify - @foxify/[email protected]

Published by ardalanamini almost 2 years ago

Minor Changes

Patch Changes

New Contributors

foxify - v0.10.7

Published by ardalanamini almost 6 years ago

foxify - v0.10.3

Published by ardalanamini almost 6 years ago

  • 🌟 Improved performance
  • 🪲 Fixed subdomain.offset setting
  • 👓 Added tests
foxify - v0.10.2

Published by ardalanamini about 6 years ago

foxify - v0.10.1

Published by ardalanamini about 6 years ago

foxify - v0.10.0

Published by ardalanamini about 6 years ago

  • âš¡ Added event listening ability to Server for custom error handlers
  • âš¡ Added route handler to Router
  • âš¡ Added param handler to Router
  • 🌟 Improved Routing performance (about 30% faster)
foxify - v0.9.0

Published by ardalanamini about 6 years ago

  • âš¡ Added subdomain.offset setting
  • âš¡ Added subdomains getter to http.IncomingMessage
  • 🌟 Made http constants global by HTTP name
  • 🌟 Improved performance
  • 💥 Removed content-length option (and content-length calculation)
  • 🪲 Fixed route with prefix use not applying prefix bug
  • 🪲 Fixed typescript usage
foxify - v0.8.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • added https option
  • added https.key setting
  • added https.cert setting
  • added json schema option to routing
  • added stop ability
  • added reload ability
  • improved performance
foxify - v0.7.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • added content-length option
  • moved Database to a new repository named Odin
  • improved performance
foxify - v0.6.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • added multiple controller support to route instance
  • added static method dotenv to Foxify class to specify .env file path
  • added method of to database type Array
  • added function support to default values in database types
  • added graphql support to database models
  • improved performance
  • improved Typescript usage
foxify - v0.5.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • added clustering
  • added multiple model relations [hasOne, hasMany]
  • added multiple options [x-powered-by, routing.strict, routing.sensitive, json.escape]
  • added multiple settings [env, url, port, clusters, json.replacer, json.spaces, query.parser]
  • improved usage
foxify - v0.4.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • improved performance
  • improved error responses
  • improved database schema validation
  • logging errors when NODE_ENV is set to debug

Fixed bugs:

  • wrong database name according to model name
foxify - v0.3.2

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • improved database model schema validation

Fixed bugs:

  • database model schema validation instance
  • default database connection when there is no .env file
foxify - v0.3.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • added simple model schema validation
  • Default database connection will be set according to .env file
foxify - v0.2.1

Published by ardalanamini over 6 years ago

Fixed bugs:

  • Encapsulation
foxify - v0.2.0

Published by ardalanamini over 6 years ago

Implemented enhancements:

  • routing speed got doubled
  • http routing methods are accessible from app too
foxify - v0.1.1

Published by ardalanamini over 6 years ago

Closed issues:

  • Fixed #1
foxify - v0.1.0

Published by ardalanamini over 6 years ago