3 May
2012

Nancy : Now with Mono builds on every commit

We?ve always tried to make sure that Nancy being able to run on Mono for every new release we put out. Since neither me or @Grumpydev use Mono or MonoDevelop as our primary development environment, nor does a lot of our contributors, we?ve always found ourselves having to play ?mono-catch-up? at the end of each […]

Read More
25 Feb
2012

Nancy v0.10.0 – The next step in awesome

Category:UncategorizedTag: , :

TL;DR A couple of days ago we (finally) managed to get v0.10.0 out of the door and it’s packed of goodies! Diagnostics, razor improvements, bug fixes, weighted request headers, model validation and lots of tweaks to existing features are only a couple of things that went into this release. The community continue to bless us […]

Read More
4 Oct
2011

Nancy takes another step forward

Category:UncategorizedTag: , , :

The say time flies when you are having fun and nothing could be more true when working on Nancy. Two months have already passed since we started work on 0.8.0, a release that was suppose to roughly take around 4-5 weeks to complete and consist mostly of diagnostics related changes. Boy were we wrong. A […]

Read More
26 Jun
2011

Nancy view cache, now disabled in debug-mode

Category:UncategorizedTag: , :

A quick heads up. In Nancy 0.6.0 we introduced a change that made the application scan, for all available views, and cache them upfront. While this is good for performance, because it reduces view loading time and limits I/O operations, it does pose a slight nuance then you are creating you view. Because of the […]

Read More