History.txt in ianwhite-pickle-0.1.4 vs History.txt in ianwhite-pickle-0.1.5

- old
+ new

@@ -1,4 +1,22 @@ +== 0.1.5 + +* API change + * CaptureModel, etc are now 'capture_model' methods + +* 3 major enhancements + * Steps for asserting that <n> models exist, matching certain criteria + * Steps for asserting associations added to generated pickle steps + 'Then the user should be in the post's commenters' + 'Then the forum: "awesome" should be the 2nd post's forum' + * configuration can now occur any time before a step is defined, which makes + for much more intuitive env.rb + +* 1 minor enhancement + * predicate matching is less prone to step conflicts because we preload a + big list of all the predicate and column methods + * field values now handle booleans and numerics + == 0.1.4 * 1 major enhancement * You can create multiple models with ease, for eg. 'Given 10 users exist with role: "admin"' \ No newline at end of file