62 Commits (90ded11faee40793953002991d905b17896b23ee)
 

Author SHA1 Message Date
Garrett Mills 90ded11fae
remove example app
4 years ago
Garrett Mills 24762e4911
remove debugging
4 years ago
Garrett Mills d88a5353ae
remove file:// from template dir on view render context
4 years ago
Garrett Mills c482216565
remove file:// on view engine template render
4 years ago
Garrett Mills 0c4b8c11d7
remove file:// on view engine fs walk
4 years ago
Garrett Mills f19adc5bf3
account for file:// when resolving app root
4 years ago
Garrett Mills e21624368f
debug app root
4 years ago
Garrett Mills f97a68b129
account for file:// when resolving app paths
4 years ago
Garrett Mills a7d0f92da2
debug view engine paths
4 years ago
Garrett Mills fa337864b4
debug view engine paths
4 years ago
Garrett Mills c8d9f80579
debug view engine paths
4 years ago
Garrett Mills 642319ef1f
Fix view engine path resolution
4 years ago
Garrett Mills dd38b2cda7
Revert scaffolding env helper changes
4 years ago
Garrett Mills 1f781c1b94
revert container global changes
4 years ago
Garrett Mills 1d0a0df12f
fix variable override error
4 years ago
Garrett Mills 76f73851a7
make container property of global window
4 years ago
Garrett Mills c37b422d1d
Debug container
4 years ago
Garrett Mills 4b341b43e0
Resolve existing scaffolding for env function
4 years ago
Garrett Mills c0e1e1d2a4
Proper handling for kernel level errors
4 years ago
Garrett Mills f1301d24f7
Revert
4 years ago
Garrett Mills fc5fbf2b70
Default path for scaffolding base dir
4 years ago
Garrett Mills 48ff05b12b
Make canonical use file:// prefix
4 years ago
Garrett Mills 59975830e7
Add logging to canonical unit
4 years ago
Garrett Mills 41b25a5670
Exports and cleanup for external use
4 years ago
Garrett Mills 601649e699
support route handler arguments; add daton::static file server
4 years ago
Garrett Mills 27ee1a552b
Clean up middleware; solidify support for route handler classes
4 years ago
Garrett Mills ff34578d07
Support deno 1.3.x/0.67.0; replace handlebars with view_engine library
4 years ago
Garrett Mills 0f182b592b
remove moment from std export
4 years ago
Garrett Mills b696d4a9dd
add exports to default module
4 years ago
Garrett Mills c6d1728343
basic readme
4 years ago
Garrett Mills f67ae37923
JSDoc all the things!
4 years ago
Garrett Mills c2a7c3f914
Start JSDocs
4 years ago
Garrett Mills 673fbc84f8
Add support for eager-loading nested relations
4 years ago
Garrett Mills dc6ba53380
Add support for subqueries
4 years ago
Garrett Mills 809af8063f
fix typo; import format
4 years ago
garrettmills bd1c221e36
Create belongs_to_one and belongs_to_many inverse helpers
4 years ago
garrettmills 81906b02bc
start relations (has one or many; has one; has many)
4 years ago
garrettmills 2fd3c6c22b
Basic support for lazy loaded relations
4 years ago
garrettmills b5bde7d077
Add view engine unit - handlebars - and response helpers
4 years ago
garrettmills 3e4f8f00f2
Add support for app defined services
4 years ago
garrettmills 3991c9b4bb
Add support for request timeouts; timeout helper
4 years ago
garrettmills 48ead77765
HTTP errors for not found, not implemented, method not allowed
4 years ago
garrettmills f1c4fbdb95
HTTP errors!
4 years ago
garrettmills 194fa476ca
Add support for regex matching routes
4 years ago
garrettmills 7611c1b2bf
Add support for deepmatch routes
4 years ago
garrettmills 42e8b36df4
account for :params and * wildcards in complex route match
4 years ago
garrettmills 0e5a0a5a5c
Fix complex route matching; add api controller; api standard helpers
4 years ago
garrettmills 0764085ef9
Improve response factories and add helper functions
4 years ago
garrettmills 0d4881de1f
Logging & moment.js
4 years ago
garrettmills a04f083dbb
Request handlers & error response factory!
4 years ago