v0.6.6: date: 2015-09-21 changes: - add support for ts-node (formerly typescript-node) v0.6.5: date: 2015-07-22 changes: - add support for typescript 1.5 via typescript-node v0.6.4: date: 2015-07-07 changes: - add support for earlgrey v0.6.3: date: 2015-07-03 changes: - prefer babel/core to babel v0.6.2: date: 2015-05-20 changes: - update module list for iced coffee-script v0.6.1: date: 2015-05-20 changes: - Fix toml loader. v0.6.0: date: 2015-05-19 changes: - Combine fallbacks and loaders into `extensions`. - Provide implementation guidance. v0.5.1: date: 2015-03-01 changes: - Add support for CirruScript. v0.5.0: date: 2015-02-27 changes: - Refactor es6 support via Babel (formerly 6to5) v0.4.3: date: 2015-02-09 changes: - Switch support from typescript-require to typescript-register. v0.4.2: date: 2015-01-16 changes: - Add support for wisp. v0.4.1: date: 2015-01-10 changes: - Add support for 6to5 (es6) v0.4.0: date: 2014-01-09 changes: - Add support for fallback (legacy) modules - Add support for module configurations v0.3.10: date: 2014-12-17 changes: - Add support for json5. v0.3.9: date: 2014-12-08 changes: - Add support for literate iced coffee. v0.3.8: date: 2014-11-20 changes: - Add support for [cjsx](https://github.com/jsdf/coffee-react). v0.3.7: date: 2014-09-08 changes: - Add support for [TypeScript](http://www.typescriptlang.org/). v0.3.6: date: 2014-08-25 changes: - Add support for coffee.md. v0.3.5: date: 2014-07-03 changes: - Add support for jsx. v0.3.4: date: 2014-06-27 changes: - Make .js first jsVariant entry. v0.3.3: date: 2014-06-02 changes: - Fix casing on livescript dependency. v0.3.0: date: 2014-04-20 changes: - Simplify loading of coffee-script and iced-coffee-script. v0.2.0: date: 2014-04-20 changes: - Move module loading into rechoir. v0.1.0: date: 2014-04-20 changes: - Initial public release.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19553 | swellard | Move and rename clients | ||
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/javascript/node_modules/interpret/CHANGELOG | |||||
#1 | 18810 | tjuricek |
First-pass at JavaScript client SDK. JavaScript requires Node with Gulp to "browserfy" the library. It's the easiest way I found to use the swagger-js project; bundle up a wrapping method. There is no JavaScript reference guide. The swagger-js doesn't really document what they do very well, actually. Overall I'm not particularly impressed by swagger-js, it was hard to even figure out what the right method syntax was. We may want to invest time in doing it better. This required setting CORS response headers, which are currently defaulted to a fairly insecure setting. |