Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Welcome to Ender 2.0

Dustin Diaz edited this page Feb 12, 2014 · 4 revisions

Thanks to the selfless blood and tears of @amccollum, Ender has landed at 2.0.0. There's a bunch of new features! Aside from a plethora of bug fixes and improvements — here are the major highlights which will hopefully entice you to begin using Ender in your next project.

  • anything npm can install, Ender can too!
  • The minifier has been upgraded to Uglify 2
  • Source map support!
  • New Module runtime object for a betterrequire! This supports multi-file modules, internal/relative requires, requiring submodules, and better CommonJS compatibility. See when.js package.json for an example of multi-files. It's pretty cool :)
  • Clearer understanding of your dependencies output from the CLI

If you have any questions, file an issue and we'll be happy to help.

Enjoy!

p.s. npm install ender

Clone this wiki locally