Releases: foxifyjs/foxify
Releases · foxifyjs/foxify
v0.7.0
v0.6.0
Implemented enhancements:
- added multiple
controller
support toroute
instance - added static method
dotenv
toFoxify
class to specify.env
file path - added method
of
to database typeArray
- added
function
support to default values in database types - added
graphql
support to database models - improved performance
- improved
Typescript
usage
v0.5.0
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
v0.4.0
Implemented enhancements:
- improved performance
- improved error responses
- improved database schema validation
- logging errors when
NODE_ENV
is set todebug
Fixed bugs:
- wrong database name according to model name
v0.3.2
Implemented enhancements:
- improved database model schema validation
Fixed bugs:
- database model schema validation instance
- default database connection when there is no
.env
file
v0.3.0
Implemented enhancements:
- added simple model schema validation
- Default database connection will be set according to
.env
file
v0.2.1
Fixed bugs:
- Encapsulation
v0.2.0
Implemented enhancements:
- routing speed got doubled
- http routing methods are accessible from app too
v0.1.1
v0.1.0
Merge branch 'development'