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 896B

1234567891011121314151617181920212223242526272829303132333435363738
  1. v0.6.2:
  2. date: 2015-07-22
  3. changes:
  4. - Return `undefined` when an unknown extension is provided to prepare and
  5. the `nothrow` option is specified.
  6. v0.6.1:
  7. date: 2015-05-22
  8. changes:
  9. - Add option for not throwing.
  10. v0.6.0:
  11. date: 2015-05-20
  12. changes:
  13. - Include module name when prepare is successful.
  14. v0.5.0:
  15. date: 2015-05-20
  16. changes:
  17. - Overhaul to support interpret 0.6.0.
  18. v0.3.0:
  19. date: 2015-01-10
  20. changes:
  21. - Breaking: `load` method removed.
  22. - Improved extension recognition.
  23. - No longer fails upon dots in filenames.
  24. - Support confuration objects.
  25. - Support and test ES6.
  26. - Support legacy module loading.
  27. v0.2.2:
  28. date: 2014-12-17
  29. changes:
  30. - Expose interpret.
  31. v0.2.0:
  32. date: 2014-04-20
  33. changes:
  34. - Simplify loading of coffee-script and iced-coffee-script.
  35. v0.1.0:
  36. date: 2014-04-20
  37. changes:
  38. - Initial public release.