-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update generator-donejs to the latest version 🚀 #28
base: master
Are you sure you want to change the base?
Conversation
Version 2.1.0 just got published. |
Update to this version instead 🚀 Release Notes for 3.0.0This is a major release of generator-donejs. This release is for DoneJS 3.0, bringing compatibility with CanJS 5 and StealJS 2. CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for 3.1.0This is a minor release. This adds two new features:
const Restaurant = DefineMap.extend({ ... Names are given for better devtools integration: const Restaurant = DefineMap.extend("Restaurant", { ... Secondly, modlet component demo pages use a simpler method that involves using the constructible can-components. <script type="steal-module"> import "place-my-order-assets"; import "~/models/fixtures/"; import RestaurantList from "~/pages/restaurant/list/"; const list = new RestaurantList({ viewModel: {} }); document.body.appendChild(list.element); </script> |
Update to this version instead 🚀 Release Notes for 3.2.0Configures steal to use the |
Update to this version instead 🚀 Release Notes for Component name with same name as the appNow the user is able to generate a component that has the same name as the app, for example, given an app named It is applicable to the component's folder too: |
|
|
|
Version 2.0.0 of generator-donejs was just published.
The version 2.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of generator-donejs.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 25 commits.
98c414e
2.0.0
74810bc
Merge pull request #280 from donejs/major
0f3141d
2.0.0-pre.5
d48a6d0
Merge pull request #279 from donejs/can-debug
ae474c9
Use latest pre-release version of donejs-cli
87813a5
Conditionally load can-debug in development
c19d05e
2.0.0-pre.4
ebd9614
Merge pull request #277 from donejs/tilde
65152bb
Update test fixtures to use tilde
8fb639b
Use ~ instead of app name in imports
db1fd1f
Merge pull request #276 from donejs/nodeenv
cc9fbe1
Provide env.NODE_ENV as a default AppViewModel property
834488d
2.0.0-pre.3
83294c5
Merge pull request #275 from donejs/upd
179df21
Update tested node versions
There are 25 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴