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
* Fix failing tests by removing overspecification
* Untabify
* Ensure description of feature is never null, fixes crashes of word and excel generation
* Unit test
* SpecFlow conformant name mapping
* Implement name mapping in nunit signature builder more conformant to SpecFlows name generation logic wrt. to special characters
* Unit tests for special character handling
* Basic comments handling (#311)
* basic comment handling
* add excel handling
* cleanup
* clean up
* fix tests
* handle comments after the last step of a scenario
* clean up
* codestyle clean up
* codestyle clean up
* add test for mapper on comments
* clean up
* adding mapper tests on comments and location
+ more clean up
* Update Nuget packages (and small fixes) (#310)
* Update-Package SpecFlow
* Update-Package Nunit
* ExpectedException is obsolete in nunit3
* Update-Package System.IO.Abstractions.*
* Refactor CurrentScenarioContext to be instance-based and to be injected
* Update-Package MahApps.Metro
* Update-Package AutoMapper
* Update-Package Newtonsoft.Json
* Remove IKVM assembly binding redirects
* Do not use ScenarioContext.Current
* tweak gitignore
* Update GhostDoc file
* Downgrade Automapper to last known good version
* Exclude test project from test coverage
* Edit applicationhost.config
* Added support for multiple tags when searching (issue #283) (#319)
* Use Gherkin 4 parser (#322)
* Update-Package Gherkin
* tweak applicationhost.config
* Factory creates a GherkinDocument now
* The parser now returns a GherkinDocument
* Map a GherkinDocument to a Feature
* Use new icon (#323)
* Use new icon
* Use a big png file with the new logo
* Use the new .png file in the .nuspec files
* Use visual studio 2015
* Version bump to 2.6.0
* Update change log
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,24 @@ Features in Experimental are subject to change and removal without being conside
14
14
15
15
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
16
16
17
+
## [2.6.0] - 2016-04-12
18
+
19
+
### Added
20
+
21
+
- Support for multiple tags in DHTML version ([#283](https://github.com/picklesdoc/pickles/issues/283)) (by [@aaronjrich](https://github.com/aaronjrich)).
- Use version 4 of the Gherkin parser ([#322](https://github.com/picklesdoc/pickles/issues/322)) (by [@dirkrombauts](https://github.com/dirkrombauts)).
27
+
- Use new logo as icon and in nuget packages ([#323](https://github.com/picklesdoc/pickles/issues/323)) (by [@dirkrombauts](https://github.com/dirkrombauts)).
- SpecFlow conformant name mapping in nUnit test result provider ([#315](https://github.com/picklesdoc/pickles/issues/315)) (by [@danielpullwitt](https://github.com/danielpullwitt)).
33
+
- Prevent crash when no Description is provided ([#314](https://github.com/picklesdoc/pickles/issues/314)) (by [@danielpullwitt](https://github.com/danielpullwitt)).
0 commit comments