Skip to content

Releases: fable-compiler/ts2fable

0.7.1

04 Mar 08:03
Compare
Choose a tag to compare

Fixes #334 "Error: undefined is not iterable" with latest NPM packages

0.7.0

10 Feb 00:54
Compare
Choose a tag to compare

#299 Don't convert 'BABYLON' to 'bABYLON'
#309 #313 Correct naming if parameters are inline destructured
#321 ts2fable refresh
#298 Fable.Core 3.0
#325 Removed Yargs dependency
#329 #326 Ctor with union type as parameter creates duplicated interface

0.6.2

25 Feb 01:57
3ed8e49
Compare
Choose a tag to compare

#228 BUG: ts2fable fails with "Option has no value"
#235 FEATURE: Online version
#239 Imporve performance of ts2fable
#241 BUG: global variable is not genereted
#275 Remove private members from classes
#277 Unwrap options if the parameter itself is optional
#278 Also transform TypeLiterals in return types of methods
#289 Merge duplicated inner modules after merging the outer modules
#288 Fix "type float = float" (babylonjs)
#287 Add a second pass to 'extractTypeLiterals'
#293 Handle static properties

0.6.1

17 Apr 01:11
Compare
Choose a tag to compare

The same as 0.6.0

0.6.0

13 Apr 00:05
c4c840b
Compare
Choose a tag to compare

0.5.2

29 Nov 15:34
f3472ef
Compare
Choose a tag to compare
remove engines section from packages.json (#138)

0.5.1: do not remove TODOs (#136)

29 Nov 14:48
3a01a24
Compare
Choose a tag to compare
* dogfood the param comments

* not not remove TODOs

VS Code

29 Nov 12:42
80326be
Compare
Choose a tag to compare
  • VS Code binding are able to be generated.
  • Param docs are transferred.
  • Sub modules are exported and accessible. The module naming is now PascalCase to avoid conflicts.
  • Types are generated for TS TypeLiterals. This avoids some pain with overloads, especially in Node API.
  • TS Alias Unions have corresponding modules with of, is, & as helper functions.
  • const variables are now read only

https://github.com/fable-compiler/ts2fable/milestone/4?closed=1

Node.js and Yargs supported

24 Nov 17:53
Compare
Choose a tag to compare

Able to generate bindings for Node.js
http://blog.ctaggart.com/2017/11/how-to-create-http2-app-in-f.html

  • using node and yargs bindings generated by ts2fable
  • mapped import statements
  • mapped many of the exports
  • command line parsing via yargs

And lots more:
https://github.com/fable-compiler/ts2fable/milestone/3?closed=1

comments & automatic constructors

17 Nov 17:05
Compare
Choose a tag to compare