Commit Graph

16 Commits

Author SHA1 Message Date
Daniel Imms
441009d359 Move to TypeScript build 2016-10-01 00:29:33 -07:00
Paris Kasidiaris
ed1a31d1cf Make src/xterm.js ES2015 and export EventEmitter into its own file
Fix #158
2016-08-29 19:51:40 +00:00
Paris
dc67c94545 Change CommonJS package structure
Instead of making Xterm prototype extending optional, just require Xterm and pass it as parameter to the function just like it is being done with RequireJS
2016-05-03 12:48:16 +03:00
Paris
fff56eea1b Extend Xterm prototype only when Xterm is a function
Add-ons attempted to extend the `Xterm` prototype no matter what. This was an issue when importing add-ons through CommonJS, where `Xterm` is not available in the global scope.
2016-05-03 12:36:21 +03:00
Paris
bd2158613d Make all add-ons CommonJS importable
- Fix #52
- Rename `npm/nodejs project` documentation to `CommonJS environment`
2016-05-03 12:05:13 +03:00
TDaglis
2fce845ea6 fixed typo and reference in attach addon
also bumped version to 0.31
2015-10-22 11:33:56 +03:00
Paris
bbb688313e [attach addon] Improve documentation 2015-04-13 19:47:04 +03:00
Paris
13103aecb2 [attach addon] Document with JSDoc 2015-02-24 22:28:47 +02:00
Paris
e9d2c806ba [attach addon] Switch indentation to 4 spaces instead of 2 2015-02-24 20:57:28 +02:00
Paris
932ab00a53 Implement buffered attaching
Fixes #21
2015-02-24 20:55:52 +02:00
paris
4ce1440fb8 [addon attach] Make reference to socket fail-safe 2014-09-18 11:11:29 +00:00
paris
f24c020aca [addon attach] Fix reference error
Also bump version to 0.21
2014-09-18 10:15:10 +00:00
paris
6906bf3e7d Implement detach function 2014-09-18 10:01:54 +00:00
paris
74f9526177 [addon attach] Implement auto-detaching on socket close/error 2014-09-18 09:06:23 +00:00
paris
3f455f90d9 Fix #4 2014-09-10 11:09:23 +00:00
paris
9bd2a1c202 Implemented the attach addon 2014-04-10 15:54:39 +00:00