You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _posts/2015-11-17-we-have-been-busy.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,13 @@ This is a mini-series that we’ll publish every Tuesday for the next four weeks
13
13
14
14
Here are the highlights
15
15
16
-
## 1. Hoodie 1.0 milestones closing in
16
+
## [1. Closing in on Hoodie 1.0 Milestones](http://hood.ie/blog/hoodie-updates.html"Closing in on Hoodie 1.0 Milestones")
17
17
18
18
We made some **significant progress** on [the Hoodie 1.0 milestones](http://gr2m.github.io/milestones/). Most notably, we ["completely re-structured how Hoodie is put together, tested and released](https://github.com/hoodiehq/discussion/issues/76). This work is already available in our new @next tag on npm, albeit not 100% functional yet. If you are keen on giving it a spin and help fix missing features, run *npm install hoodie@next* to get the work-in-progress version. See [https://github.com/hoodiehq/hoodie](https://github.com/hoodiehq/hoodie) for more details and a a way to find and file issues. The main work is done in the [Client](https://github.com/hoodiehq/hoodie-client), [Server](https://github.com/hoodiehq/hoodie-server) and [Admin Dashboard](https://github.com/hoodiehq/hoodie-admin-dashboard) modules.
19
19
20
+
[Read more…](http://hood.ie/blog/hoodie-updates.html"Closing in on Hoodie 1.0 Milestones")
Conferences Galore! — The Hoodie community has been actively involved in organising, attending and speaking at [JSConf EU](http://2015.jsconf.eu), [CSSconf EU](http://2015.cssconf.eu), [Reject.js](http://rejectjs.org) and [OTSConf](https://otsconf.com).
24
25
@@ -31,7 +32,9 @@ Here’s a group picture from the JSConf EU-delegation of the Hoodie community.
As if we hadn’t been busy enough already, Neighbourhoodie Software, the company that helps finance Hoodie, launched a new product: [Greenkeeper](http://greenkeeper.io).
37
40
@@ -41,6 +44,8 @@ Greenkeeper came out of something we wanted for Hoodie anyway, and we found it u
41
44
42
45
In short, Greenkeeper monitors your npm-modules and sends you a Pull Request, every time one of your dependencies updates. The Pull Request then runs your tests and you see if you can safely upgrade to the new version right there, without having to do any of the installation manually. We find it super useful, and since its launch, Greenkeeper has already sent over 18000 pull requests to packages that help developers make sure their code doesn’t break.
0 commit comments