Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@idoru idoru released this 25 Apr 19:34
· 12 commits to master since this release

Almost 6 years ago, on Saturday, May 1, 2010, Cedar's first commit was made by Adam Milligan.

Today, we're really proud to announce the long awaited release of Cedar 1.0

What's New

It's a small revision on 0.13.1 which is already stable with Xcode 7.3 and Swift 2.2, but it's worth noting that we've retired the CedarPlugin and made a minor breaking change to global +beforeEach and +afterEach methods.

Cedar Plugin retired

Sadly, as much as we loved it, we've retired the Cedar Plugin (#386). It's become difficult to keep this working with the frequent changes to Xcode, and it's hoped that more future-proof facilities will become available as a result of open source development around XCTest.

Minor Breaking Change

+beforeEach/+afterEach are no longer automatically called on all Objective-C classes present at test execution time. If you want Cedar to call these methods, have them conform to the CDRHooks protocol. (#387)

If you use PivotalCoreKit in your specs then you'll need to make sure you're using revision 6d8e684 or later.

Acknowledgements

Today's release wouldn't have been possible without the entire help of the Cedar community, so some achknowledgements are in order.

To all our users: Thanks for using Cedar and thanks for giving us your feedback. We really hope it's helped you!

Every contributor who has helped make Cedar what it is today:

Aaron Dargel, Aaron Levine, Adam Milligan, Alex Basson, Alex Denisov, Andrew Kitchen, Andy Brown, Andy Pliszka, Ashraf Hanafy, August Toman-Yih, Brian Croom, Can Berk Güder, Carl Jackson, Carson McDonald, Chris Brown, Chris Jobst, Christian Niles, Chulmin Lee, Claire Thompson, Cody Vandermyn, Constantin Lungu, DX205, Daniel Shusta, David Farber, Dmitriy Kalinin, Elana Koren, Eric Tsiliacos, Eugenia Dellapenna, Franklin Webber, Greg Cobb, Ian Fisher, J.J. Jackson, JB Steadman, Jeff Hui, Jeff Remer, Jesse Bounds, Joe Masilotti, Johan Ismael, John Barker, Jonah Williams, Jonathan Barnes, Jonathan Berger, Jordan Thoms, Juan David Dominguez, Kai Lee, Kamal Pabla, Keith Willsey, Kevin Fitzpatrick, Kris Hicks, Kurtis Seebaldt, Kyriacos Souroullas, Luke Metz, Matt Di Pasquale, Matt Parker, Matthew DuVall, Max Brunsfeld, Mike Gehard, Mike Stallard, Nathan Sentjens, Nathan Sobo, Nathan Wilmes, Neha Batra, Nero Leung, Onsi Fakhouri, Paul Meskers, Paul Taykalo, Pavel Taykalo, Peter Jihoon Kim, Philip Kuryloski, Philip Vasilchenko, Piet Jaspers, Prayag Verma, Priyanka Ranjan, Rachel Brindle, Raphael Weiner, ReadmeCritic, Renée Chu, Robbie Clutton, Sam Coward, Sara Tansey, Steve Conover, Steve Gravrock, Tim Frazer, Tim Jarratt, Todd Persen, Todd Santaniello, Tyler Schultz, Vinson Chuong, Weyman Fung, Wiley Kestner.

And of course, thanks to Pivotal Labs for sponsoring development on this project.