You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. v1.0.3:
  2. date: 2017-04-18
  3. changes:
  4. - fix buble support
  5. v1.0.2:
  6. date: 2017-03-29
  7. changes:
  8. - add support for coffeescript (now with no hyphen)
  9. v1.0.1:
  10. date: 2016-05-01
  11. changes:
  12. - add support for buble
  13. v1.0.0:
  14. date: 2015-11-18
  15. changes:
  16. - add support for babel-register
  17. - go stable!
  18. v0.6.6:
  19. date: 2015-09-21
  20. changes:
  21. - add support for ts-node (formerly typescript-node)
  22. v0.6.5:
  23. date: 2015-07-22
  24. changes:
  25. - add support for typescript 1.5 via typescript-node
  26. v0.6.4:
  27. date: 2015-07-07
  28. changes:
  29. - add support for earlgrey
  30. v0.6.3:
  31. date: 2015-07-03
  32. changes:
  33. - prefer babel/core to babel
  34. v0.6.2:
  35. date: 2015-05-20
  36. changes:
  37. - update module list for iced coffee-script
  38. v0.6.1:
  39. date: 2015-05-20
  40. changes:
  41. - Fix toml loader.
  42. v0.6.0:
  43. date: 2015-05-19
  44. changes:
  45. - Combine fallbacks and loaders into `extensions`.
  46. - Provide implementation guidance.
  47. v0.5.1:
  48. date: 2015-03-01
  49. changes:
  50. - Add support for CirruScript.
  51. v0.5.0:
  52. date: 2015-02-27
  53. changes:
  54. - Refactor es6 support via Babel (formerly 6to5)
  55. v0.4.3:
  56. date: 2015-02-09
  57. changes:
  58. - Switch support from typescript-require to typescript-register.
  59. v0.4.2:
  60. date: 2015-01-16
  61. changes:
  62. - Add support for wisp.
  63. v0.4.1:
  64. date: 2015-01-10
  65. changes:
  66. - Add support for 6to5 (es6)
  67. v0.4.0:
  68. date: 2014-01-09
  69. changes:
  70. - Add support for fallback (legacy) modules
  71. - Add support for module configurations
  72. v0.3.10:
  73. date: 2014-12-17
  74. changes:
  75. - Add support for json5.
  76. v0.3.9:
  77. date: 2014-12-08
  78. changes:
  79. - Add support for literate iced coffee.
  80. v0.3.8:
  81. date: 2014-11-20
  82. changes:
  83. - Add support for [cjsx](https://github.com/jsdf/coffee-react).
  84. v0.3.7:
  85. date: 2014-09-08
  86. changes:
  87. - Add support for [TypeScript](http://www.typescriptlang.org/).
  88. v0.3.6:
  89. date: 2014-08-25
  90. changes:
  91. - Add support for coffee.md.
  92. v0.3.5:
  93. date: 2014-07-03
  94. changes:
  95. - Add support for jsx.
  96. v0.3.4:
  97. date: 2014-06-27
  98. changes:
  99. - Make .js first jsVariant entry.
  100. v0.3.3:
  101. date: 2014-06-02
  102. changes:
  103. - Fix casing on livescript dependency.
  104. v0.3.0:
  105. date: 2014-04-20
  106. changes:
  107. - Simplify loading of coffee-script and iced-coffee-script.
  108. v0.2.0:
  109. date: 2014-04-20
  110. changes:
  111. - Move module loading into rechoir.
  112. v0.1.0:
  113. date: 2014-04-20
  114. changes:
  115. - Initial public release.