0.7.0 / 2014-02-18
- Switch to browserify for bundling.
0.6.5 / 2014-02-03
- Export
util
, which comes with the define-schema helper
0.6.4 / 2014-01-05
- Fix plv8x not bootstrapped when client flag is specified
0.6.3 / 2013-12-18
- Allow options in plv8x.new:
client
flag to assume plv8x bootstrapped
- Support array types for user-funcs
- Use native pg
- Support pg 9.3
- polyfill row_to_json, array_to_json, to_json
==================
- Fix object-style pg connection info
- functions can now be marked to be imported in bootstrap stage
- import-bundle-funcs
- Restore pg 9.1 support
- Update to use node-pg 2.1
- add primary key to plv8x.code name
- ignore pgrest and express when bundling
- Update to use node-pg 2.0
- Properly handle json return type, no more manual parse required
- Fix -f with injected code that uses LiveScript primtives like $import
- More reliable mk_func with existing functions being used in views
- Allow specifying -f return type with a trailing colon
- Fix -f functions without args
- Restore support for PostgreSQL 9.0
- Support injecting functions with callback callconv
- Support injecting functions exported as root object
- Fix importing module-name-with-dash (@selenamarie)
- More helpful error message when --db is missing
- Add -d alias for --db
- Add -r and -e for eval in plv8x context
- Add -c for executing queries
- Add --json for json output