Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing old commented elements from docs #118

Open
wants to merge 1,587 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 19, 2016

  1. Add entry to change log

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    6b3ba45 View commit details
    Browse the repository at this point in the history
  2. fix wrong link in change log

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    322d7b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba56dd View commit details
    Browse the repository at this point in the history
  4. Add tests for scenario outline examples in SpecRun

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    31acd0a View commit details
    Browse the repository at this point in the history
  5. Declare our support for scenario outline examples

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    83f7e91 View commit details
    Browse the repository at this point in the history
  6. Make SpecRun support scenario outline examples

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    5da982c View commit details
    Browse the repository at this point in the history
  7. Introduce IScenarioOutlineExampleMatcher

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    957215b View commit details
    Browse the repository at this point in the history
  8. NUnit users IScenarioOutlineExampleMatcher

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    85a9e30 View commit details
    Browse the repository at this point in the history
  9. remove blank line

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    9a1d41a View commit details
    Browse the repository at this point in the history
  10. XUnit uses IScenarioOutlineExampleMatcher

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    376cf47 View commit details
    Browse the repository at this point in the history
  11. Make SpecRun use ScenarioOutlineExampleMatcher

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    c27360a View commit details
    Browse the repository at this point in the history
  12. Make MsTest use ScenarioOutlineExampleMatcher

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    5531df4 View commit details
    Browse the repository at this point in the history
  13. Get rid of IExampleSignatureBuilder

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    fdb7095 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    420fdd4 View commit details
    Browse the repository at this point in the history
  15. Remove XUnitExampleSignatureBuilder from IoC

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    e36d8bb View commit details
    Browse the repository at this point in the history
  16. Retrieve ScenarioOutlineExampleMatcher from IoC and remove signature …

    …matcher
    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    f4b5418 View commit details
    Browse the repository at this point in the history
  17. The same for NUnit

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    5851a05 View commit details
    Browse the repository at this point in the history
  18. The same for MsTest

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    a89e27b View commit details
    Browse the repository at this point in the history
  19. Add entry to change log

    Dirk Rombauts committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    b9ea29d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Rename SpecRun

    dirkrombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    af9736b View commit details
    Browse the repository at this point in the history
  2. Merge pull request picklesdoc#290 from dirkrombauts/SpecRun

    Add support for test results of individual examples in a scenario outline in the SpecRun test result provider
    dirkrombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    49f7cfb View commit details
    Browse the repository at this point in the history
  3. Replace the Cucumber JSON results file

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    cbee309 View commit details
    Browse the repository at this point in the history
  4. Use standard test suite for Cucumber JSON

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    98fdf15 View commit details
    Browse the repository at this point in the history
  5. Correct the result file

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    adb0771 View commit details
    Browse the repository at this point in the history
  6. Be able to deal with inconclusive results

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    be52db5 View commit details
    Browse the repository at this point in the history
  7. Correct the results file once more

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    61e8945 View commit details
    Browse the repository at this point in the history
  8. update results file

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    5a3cf4e View commit details
    Browse the repository at this point in the history
  9. Add test suite for scenario outlines

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    ab1188f View commit details
    Browse the repository at this point in the history
  10. Declare our support for scenario outline examples

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    70e3b4c View commit details
    Browse the repository at this point in the history
  11. Enable dealing with scenario outlines and examples

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    c31ee6d View commit details
    Browse the repository at this point in the history
  12. Remove ITestResults.SupportsExampleResults

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    c236779 View commit details
    Browse the repository at this point in the history
  13. Remove MultipleTestRunsBase.SupportsExampleResults

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    f29bb5a View commit details
    Browse the repository at this point in the history
  14. Remove CucumberJsonExampleSignatureBuilder

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    1ee7b02 View commit details
    Browse the repository at this point in the history
  15. Add entry to change log

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    01eb92c View commit details
    Browse the repository at this point in the history
  16. Merge pull request picklesdoc#291 from dirkrombauts/Cucumber

    Rework Cucumber test result provider
    dirkrombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    a00f1ac View commit details
    Browse the repository at this point in the history
  17. Update test result files

    Dirk Rombauts committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    ea691f6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d73053 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Extend result files with a scenario outline

    Dirk Rombauts committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    d35bbc3 View commit details
    Browse the repository at this point in the history
  2. Add scenarios for failing background things

    Dirk Rombauts committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    42e9da0 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Dirk Rombauts committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    25cf3d7 View commit details
    Browse the repository at this point in the history
  4. The tests pass

    Dirk Rombauts committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    d91e3a9 View commit details
    Browse the repository at this point in the history
  5. Refactor to use strongly typed tuples

    Dirk Rombauts committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    c2bc769 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Rename files to make clear they're using the ruby result

    Dirk Rombauts committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    058706c View commit details
    Browse the repository at this point in the history
  2. Add results and tests for a JS version of cucumber

    Dirk Rombauts committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    5966601 View commit details
    Browse the repository at this point in the history
  3. Make the tests green

    Dirk Rombauts committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    8113cdb View commit details
    Browse the repository at this point in the history
  4. adapt change log

    Dirk Rombauts committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    dc8ac06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c37794 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Remove unused using

    Dirk Rombauts committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    671bb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba7805 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Add VsTest result files

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    898feb8 View commit details
    Browse the repository at this point in the history
  2. Add test cases for VsTest

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    502d30b View commit details
    Browse the repository at this point in the history
  3. Add code for VsTest

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    dd19d70 View commit details
    Browse the repository at this point in the history
  4. Register VsTest classes

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    f64bd05 View commit details
    Browse the repository at this point in the history
  5. Add test cases for xUnit2 and nUnit3

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    807074c View commit details
    Browse the repository at this point in the history
  6. Add tests for VsTest

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    0df68a2 View commit details
    Browse the repository at this point in the history
  7. Use VsTest format

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    aeec158 View commit details
    Browse the repository at this point in the history
  8. Update change log

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    23a880b View commit details
    Browse the repository at this point in the history
  9. The vstest isssue is actually picklesdoc#280

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    666fd85 View commit details
    Browse the repository at this point in the history
  10. Merge pull request picklesdoc#296 from dirkrombauts/vstest

    Enable support for VsTest
    dirkrombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    51e2ec5 View commit details
    Browse the repository at this point in the history
  11. Change radiobutton list to combobox

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    c31f50c View commit details
    Browse the repository at this point in the history
  12. Add entry to change log

    Dirk Rombauts committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    d64e6ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38f52d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Version 2.4.0

    Dirk Rombauts committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    1f7a3a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-2.4.0'

    Dirk Rombauts committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    eaa338b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7a330 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    63923ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb22ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5788792 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Merge pull request picklesdoc#299 from ocsurfnut/ScenarioOutlineParenFix

    Fix Issue with Scenario Outline Data Containing Parenthesis
    dirkrombauts committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    94772e5 View commit details
    Browse the repository at this point in the history
  2. Fix change log

    Dirk Rombauts committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    91a4da0 View commit details
    Browse the repository at this point in the history
  3. Version Bump

    Dirk Rombauts committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    041935a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-2.4.1'

    Dirk Rombauts committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    ed88fff View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Install-Package FeatureSwitcher

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a098aff View commit details
    Browse the repository at this point in the history
  2. Add an alternate MarkdownProvider

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    06e6ccb View commit details
    Browse the repository at this point in the history
  3. Use feature toggle while registering IMarkdownProvider

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    5ad1a26 View commit details
    Browse the repository at this point in the history
  4. remove unused using

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    6b5e233 View commit details
    Browse the repository at this point in the history
  5. Introduce a configuration property

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    373905f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80c3d75 View commit details
    Browse the repository at this point in the history
  7. Add toggle to GUI runner

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    5ebc529 View commit details
    Browse the repository at this point in the history
  8. Xaml finetuning

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    b89cce1 View commit details
    Browse the repository at this point in the history
  9. Include a switch in the command line runner

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    6d787f8 View commit details
    Browse the repository at this point in the history
  10. include a switch in the powershell runner

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    c6faab0 View commit details
    Browse the repository at this point in the history
  11. Add switch to msbuild version

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    945c381 View commit details
    Browse the repository at this point in the history
  12. Add featureswitcher.dll to nuspecs

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    66f9712 View commit details
    Browse the repository at this point in the history
  13. Include featureswitcher.dll in build scripts

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    63e6508 View commit details
    Browse the repository at this point in the history
  14. Enhance configuration reporter

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    2a0c35a View commit details
    Browse the repository at this point in the history
  15. Test scripts run once without experimentals and once with

    Dirk Rombauts committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    041d4ba View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. finetune gitignore

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    3602aa8 View commit details
    Browse the repository at this point in the history
  2. Add Strike.Jint

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    4b3d2f7 View commit details
    Browse the repository at this point in the history
  3. Use Markdownify

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    2a7c4ec View commit details
    Browse the repository at this point in the history
  4. Add Strike.Jint to nuspecs

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    8966cfc View commit details
    Browse the repository at this point in the history
  5. Add Strike.Jint to build scripts

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    3c133f6 View commit details
    Browse the repository at this point in the history
  6. Add build.cmd

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    11f1a8f View commit details
    Browse the repository at this point in the history
  7. Add MathJax to experimentals

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    20142b7 View commit details
    Browse the repository at this point in the history
  8. Add entries to change log

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    0ab4e0b View commit details
    Browse the repository at this point in the history
  9. remove mathjax

    Dirk Rombauts committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    6dabb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Add a scenario to demonstrate the problem with rendering img tags usi…

    …ng Strike
    Dirk Rombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    5335883 View commit details
    Browse the repository at this point in the history
  2. Add more test scenarios

    Dirk Rombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    5be4b38 View commit details
    Browse the repository at this point in the history
  3. Fix the scenarios

    Dirk Rombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    c45944f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7536ae4 View commit details
    Browse the repository at this point in the history
  5. Add test file to project

    Dirk Rombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    101a9cc View commit details
    Browse the repository at this point in the history
  6. Add test file to project

    Dirk Rombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    1472ee6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'FeatureToggles' of https://github.com/dirkrombauts/pickles

     into FeatureToggles
    Dirk Rombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    c2c4dbd View commit details
    Browse the repository at this point in the history
  8. Merge pull request picklesdoc#304 from dirkrombauts/FeatureToggles

    Feature toggles addendum
    dirkrombauts committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    1d705d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Add handling for non breaking spaces

    Dirk Rombauts committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    a088494 View commit details
    Browse the repository at this point in the history
  2. Merge pull request picklesdoc#305 from dirkrombauts/FeatureToggles

    Add handling for non breaking spaces
    dirkrombauts committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    cfe10f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. overview in dhtml

    Dirk Rombauts committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    450b73f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ocsurfnut-develop' into develop

    Dirk Rombauts committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    6b004bf View commit details
    Browse the repository at this point in the history
  3. Add items to change log

    Dirk Rombauts committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    0d791f4 View commit details
    Browse the repository at this point in the history
  4. version bump

    Dirk Rombauts committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    30feb0d View commit details
    Browse the repository at this point in the history
  5. Add script to deploy all artefacts

    Dirk Rombauts committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    9fcc30a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release-2.5.0'

    Dirk Rombauts committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a887ebb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Fix failing tests by removing overspecification

    Dirk Rombauts committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    d61830d View commit details
    Browse the repository at this point in the history
  2. Untabify

    Dirk Rombauts committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    ed397c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request picklesdoc#312 from dirkrombauts/develop

    Fix failing scenarios
    dirkrombauts committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    8a9803f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Configuration menu
    Copy the full SHA
    af1e4c1 View commit details
    Browse the repository at this point in the history
  2. Unit test

    danielpullwitt committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    c82be77 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Merge pull request picklesdoc#314 from danielpullwitt/feature/Initial…

    …izeOnEmptyDescriptions
    
    Ensure description of feature is never null
    dirkrombauts committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    04a98db View commit details
    Browse the repository at this point in the history
  2. 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
    danielpullwitt authored and dirkrombauts committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    f970d35 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Basic comments handling (picklesdoc#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
    ludwigjossieaux authored and dirkrombauts committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    ed7658e View commit details
    Browse the repository at this point in the history
  2. Update Nuget packages (and small fixes) (picklesdoc#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
    dirkrombauts committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    5a8b860 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    dbb9b29 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Use Gherkin 4 parser (picklesdoc#322)

    * Update-Package Gherkin
    
    * tweak applicationhost.config
    
    * Factory creates a GherkinDocument now
    
    * The parser now returns a GherkinDocument
    
    * Map a GherkinDocument to a Feature
    dirkrombauts committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    9831d23 View commit details
    Browse the repository at this point in the history
  2. Use new icon (picklesdoc#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
    dirkrombauts committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    3a53525 View commit details
    Browse the repository at this point in the history
  3. Release 2.6.0 (picklesdoc#324)

    * 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 (picklesdoc#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) (picklesdoc#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 picklesdoc#283) (picklesdoc#319)
    
    * Use Gherkin 4 parser (picklesdoc#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 (picklesdoc#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
    dirkrombauts committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    988404a View commit details
    Browse the repository at this point in the history
  4. Release 2.6.0 (picklesdoc#325)

    * Version bump to 2.6.0
    
    * Update change log
    dirkrombauts committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4844294 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Update nuget packages (picklesdoc#329)

    * Update-Package Nlog*
    
    * Update-Package NUnit
    dirkrombauts committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    1fe5dc5 View commit details
    Browse the repository at this point in the history
  2. Include a comment (picklesdoc#327)

    * Include a comment
    
    * Include a comment
    dirkrombauts committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    6d5624e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    274c6ab View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Scenarios with special characters (picklesdoc#332)

    * Updated test data from pickles-testresults
    
    * Test suite adapted
    
    * Unified name mapper for specflow encoding
    Regex escaping
    danielpullwitt authored and dirkrombauts committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    00f4ee6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Remove automapper (picklesdoc#333)

    * Construct comment using constructor
    
    * Construct location using constructor.
    
    * Use ConvertUsing
    
    * Convert a Step using ConvertUsing
    
    * Convert Table using ConvertUsing
    
    * Convert Tag using ConvertUsing
    
    * Move mapping logic to a method
    
    * Move mapping to method
    
    * Move mapping to method
    
    * Move mapping to method
    
    * 💄 group converted mapping statemes
    
    * Convert DocString using a method
    
    * Convert location using a method
    
    * Convert comment using a method
    
    * :Lipstick: code beautification
    
    * Convert step using a method
    
    * 💄 group methods that have been converted
    
    * Convert Scenario using a method
    
    * Convert sequence of TableRow using method
    
    * Convert Examples using method
    
    * Convert ScenarioOutline using a method
    
    * Map Keywords using a method
    
    * Convert background using a method
    
    * Map scenario definition using a method
    
    * Convert gherkin document using a method
    
    * Remove mapper
    
    * No point in being disposable anymore
    
    * Remove configurationStore
    
    * Use a class to convert Test Results
    
    * Convert Comment using a class
    
    * Use a class to convert Keyword
    
    * Make method non-static
    
    * Remove unused using
    
    * Convert TableRow using a class
    
    * Use a class to convert Table
    
    * Remove unused using
    
    * Use a class for converting Step
    
    * Remove unused usings
    
    * Use a class to convert Example
    
    * Use a class to convert ScenarioOutline
    
    * Use a class to conver Scenario
    
    * Use a class to convert Feature
    
    * Use our own mapping method
    
    * Move and modify tests, remove obsolete test class and method
    
    * Use our own method instead of the mapper
    
    * Remove references to mapper
    
    * Remove a bunch of unused methods
    
    * No point in being disposable anymore
    
    * Remove unused usings and empty constructor
    
    * Remove reference to AutoMapper
    
    * Remove Automapper from nuspecs
    
    * Remove automapper from build scripts
    dirkrombauts committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    3fd4349 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Update nuget packages (picklesdoc#334)

    * Update-Package MvvmLight
    
    * Update-Package Nlog*
    dirkrombauts committed May 2, 2016
    Configuration menu
    Copy the full SHA
    f44b327 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Update Knockout to 3.4.0 (picklesdoc#335)

    * Update knockout.mapping-latest.js to 2.4.1
    
    * Upgrade knockout to 3.4.0 and fix binding errors
    
    * 💄 whitespace edits
    dirkrombauts committed May 4, 2016
    Configuration menu
    Copy the full SHA
    9fa43fc View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. Make a PR badges (picklesdoc#337)

    * Update README.md
    
    * Add link to contributing.md
    dirkrombauts committed May 7, 2016
    Configuration menu
    Copy the full SHA
    fdcc5ca View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. WIP: Fix: XUnit failed, if multiple TestResults.xml were used (pickle…

    …sdoc#336)
    
    * Fix: XUnit failed, if multiple TestResults.xml were used
    
    * Add new results with examples, which contain Regexes
    
    * Add unit tests for XUnit2 examples with regular expression as example.
    
    * Fix failing tests
    
    * Add Tests for NUnit and XUnit for Regexes as Example values
    
    * Add Tests for MSTest for Regexes as Example values
    
    * Add Tests for Cucumber and CucumberJS for Regexes as Example values
    
    * Add Tests for SpecRun for Regexes as Example values
    
    * Add Tests for NUnit3 for Regexes as Example values
    
    * Deliberately breaking the CI build by adding the TestFramework-UnitTests to build.fsx and test.fsx
    
    * Added missing method in StandardTestSuiteForScenarioOutlines.cs but deliberately failing it for trying to break the CI build
    
    * Fix the failing test
    magicmonty authored and dirkrombauts committed May 9, 2016
    Configuration menu
    Copy the full SHA
    68af1eb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Update change log

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    bb0c609 View commit details
    Browse the repository at this point in the history
  2. Version bump (2.6.1)

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    3bb1d15 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-2.6.1' into develop

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    f9521b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-2.6.1' into master

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    0827444 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into develop

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    6570b6c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop'

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    8bcdfa0 View commit details
    Browse the repository at this point in the history
  7. Fix bad merge

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    aca9143 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop'

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    9fa05d7 View commit details
    Browse the repository at this point in the history
  9. adapt deployment script to Nuget 3.x

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    9ddbeb9 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into develop

    Dirk Rombauts committed May 10, 2016
    Configuration menu
    Copy the full SHA
    34301c5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Fix build process (picklesdoc#341)

    * Add test script to build definition
    
    * Deliberately fail the test
    
    * The build did not fail, so add a check for errorlevel
    
    * Fix the call to NUnit3
    
    * Now a unit test should fail
    
    * finetune .gitignore
    
    * Fix unit test
    dirkrombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    14b9fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174c62a View commit details
    Browse the repository at this point in the history
  3. Updated Command line help to reflect all possible TestResult-Formats (p…

    …icklesdoc#340)
    
    * Updated Command line help to reflect all possible TestResult-Formats
    
    * Fix failing unit test
    magicmonty authored and dirkrombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    f1f167d View commit details
    Browse the repository at this point in the history
  4. Some Examples were not recognized (picklesdoc#343)

    * Examples are not recognized on some test frameworks if the examples are too long
    
    * Added scenarios to test harness
    magicmonty authored and dirkrombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    1e51b8e View commit details
    Browse the repository at this point in the history
  5. Add new fixes to change log

    Dirk Rombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    98b36c5 View commit details
    Browse the repository at this point in the history
  6. Fix typos and missing link

    Dirk Rombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    0afbad3 View commit details
    Browse the repository at this point in the history
  7. Version bump (2.6.2)

    Dirk Rombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    6f2ea80 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'release-2.6.2'

    Dirk Rombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    53305e4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'release-2.6.2' into develop

    Dirk Rombauts committed May 11, 2016
    Configuration menu
    Copy the full SHA
    09d2580 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Enhancement to support Unix path! (picklesdoc#344)

    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    jboffel authored and dirkrombauts committed May 12, 2016
    Configuration menu
    Copy the full SHA
    854b893 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Release 2.6.3 (picklesdoc#347)

    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    dirkrombauts committed May 24, 2016
    Configuration menu
    Copy the full SHA
    1d25afe View commit details
    Browse the repository at this point in the history
  2. Release 2.6.3 (picklesdoc#348)

    * Version Bump
    
    * Update change log
    dirkrombauts committed May 24, 2016
    Configuration menu
    Copy the full SHA
    ac6f24d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Add --enableComments Flag to Command Line - Default to True (picklesd…

    …oc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    ocsurfnut authored and dirkrombauts committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    094820d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Release 2.7.0 (picklesdoc#351)

    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    dirkrombauts authored Jun 14, 2016
    Configuration menu
    Copy the full SHA
    4d2ff43 View commit details
    Browse the repository at this point in the history
  2. Release 2.7.0 (picklesdoc#352)

    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    dirkrombauts authored Jun 14, 2016
    Configuration menu
    Copy the full SHA
    3461674 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output (pickl…

    …esdoc#350)
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output
    
    * picklesdoc#320 - Fix Failing Unit Tests
    
    * picklesdoc#320 - Resolved Issue with Image Resource Not Copying
    
    * picklesdoc#320 - Add Backward-Compatibility for Hashed Feature Path
    
    * picklesdoc#320 - Added Modal Dialog for Link Copy
    ocsurfnut authored and dirkrombauts committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    915b683 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Release 2.8.0 (picklesdoc#354)

    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Release 2.7.0 (picklesdoc#351)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * Edit release notes
    
    * Version Bump (2.8.0)
    dirkrombauts authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    0e4d0c7 View commit details
    Browse the repository at this point in the history
  2. Release 2.8.0 (picklesdoc#355)

    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Release 2.7.0 (picklesdoc#352)
    
    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output (picklesdoc#350)
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output
    
    * picklesdoc#320 - Fix Failing Unit Tests
    
    * picklesdoc#320 - Resolved Issue with Image Resource Not Copying
    
    * picklesdoc#320 - Add Backward-Compatibility for Hashed Feature Path
    
    * picklesdoc#320 - Added Modal Dialog for Link Copy
    
    * Edit release notes
    
    * Version Bump (2.8.0)
    dirkrombauts authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    b3852c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Fixed defect in MSTestElementExtensions where a carriage return in xm…

    …l value tag should have been trimmed in order to compare to empty string (picklesdoc#358)
    Aaron Rich authored and dirkrombauts committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    a1781bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928ca1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9171b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    04242fb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Use docs directory to publish website (picklesdoc#363)

    * Add contents of picklesdoc folder to docs folder
    
    * add cname file to root of repo just in case
    
    * Adapt batch files
    
    * Add output directory of the docs
    
    * Add output of version 2.8.1
    dirkrombauts authored Aug 18, 2016
    Configuration menu
    Copy the full SHA
    ee11747 View commit details
    Browse the repository at this point in the history
  2. Release 2.8.2 (picklesdoc#364)

    * Change Log for Version 2.8.2
    
    * Version Bump (2.8.2)
    
    * Version 2.8.2
    dirkrombauts authored Aug 18, 2016
    Configuration menu
    Copy the full SHA
    8d27e54 View commit details
    Browse the repository at this point in the history
  3. Merge changes for release

    Dirk Rombauts committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    9ebbd2f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. Configuration menu
    Copy the full SHA
    fe6f72a View commit details
    Browse the repository at this point in the history
  2. Create CNAME

    dirkrombauts authored Aug 27, 2016
    Configuration menu
    Copy the full SHA
    4f3fb7b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Get rid of ngenerics (picklesdoc#370)

    * Use Tree instead of NGenerics.GeneralTree
    
    * Use visitor instead of ActionVisitor
    
    * Rename Visitor to Traversor
    
    * Remove reference to unused NGenerics library
    
    * Fix whitespace
    
    * Remove NGenerics from nuspecs and build scripts
    
    * Get rid of traversor
    dirkrombauts authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    f131a38 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Compatibility with nunit.console 3.4 and nunit.framework 2.6 (pickles…

    …doc#369)
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6
    
    * Added example output file and test for nunit 2 tests ran with nunit 3 runner.
    lars-erik authored and dirkrombauts committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    b39829d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c7f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4193646 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Added test for sorting when generating word docs (picklesdoc#373)

    * Added test for sorting when generating word docs
    
    * Use stream overloads of WordprocessingDocument
    lars-erik authored and dirkrombauts committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    4cf451b View commit details
    Browse the repository at this point in the history
  2. Improve tree (picklesdoc#374)

    * Add test about sorting
    
    * Make it compile
    
    * Make it pass
    
    * Check for null in constructor
    
    * Add test about null names in iteration
    
    * Factory method for creating trees
    
    * Check for null tree when adding
    
    * Add test for null node
    dirkrombauts authored Sep 27, 2016
    Configuration menu
    Copy the full SHA
    172d7b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Release 2.8.3 (picklesdoc#377)

    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Release 2.7.0 (picklesdoc#351)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * Release 2.8.0 (picklesdoc#355)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Release 2.7.0 (picklesdoc#352)
    
    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output (picklesdoc#350)
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output
    
    * picklesdoc#320 - Fix Failing Unit Tests
    
    * picklesdoc#320 - Resolved Issue with Image Resource Not Copying
    
    * picklesdoc#320 - Add Backward-Compatibility for Hashed Feature Path
    
    * picklesdoc#320 - Added Modal Dialog for Link Copy
    
    * Edit release notes
    
    * Version Bump (2.8.0)
    
    * Release 2.8.1 (picklesdoc#360)
    
    * Add release notes
    
    * Fix some markdown syntax things
    
    * Bump version number (2.8.3)
    
    * Version 2.8.3
    dirkrombauts authored Sep 28, 2016
    Configuration menu
    Copy the full SHA
    3a4786d View commit details
    Browse the repository at this point in the history
  2. Release 2.8.3 (picklesdoc#376)

    * Delete CNAME as advised by github support
    
    * Create CNAME
    
    * Get rid of ngenerics (picklesdoc#370)
    
    * Use Tree instead of NGenerics.GeneralTree
    
    * Use visitor instead of ActionVisitor
    
    * Rename Visitor to Traversor
    
    * Remove reference to unused NGenerics library
    
    * Fix whitespace
    
    * Remove NGenerics from nuspecs and build scripts
    
    * Get rid of traversor
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6 (picklesdoc#369)
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6
    
    * Added example output file and test for nunit 2 tests ran with nunit 3 runner.
    
    * Add "NUnit 2 tests run by NUnit 3" to test harness (picklesdoc#371)
    
    * Move generation and commit of output to DeployArtifacts (picklesdoc#372)
    
    * Added test for sorting when generating word docs (picklesdoc#373)
    
    * Added test for sorting when generating word docs
    
    * Use stream overloads of WordprocessingDocument
    
    * Improve tree (picklesdoc#374)
    
    * Add test about sorting
    
    * Make it compile
    
    * Make it pass
    
    * Check for null in constructor
    
    * Add test about null names in iteration
    
    * Factory method for creating trees
    
    * Check for null tree when adding
    
    * Add test for null node
    
    * Add release notes
    
    * Fix some markdown syntax things
    
    * Bump version number (2.8.3)
    
    * Version 2.8.3
    dirkrombauts authored Sep 28, 2016
    Configuration menu
    Copy the full SHA
    f7c1cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Special chars need to be replaced (picklesdoc#375)

    * Special chars need to be replaced
    
    There are some more special chars (especially german Umlaute) that need to be replaced for the match to be successfull.
    
    * Special chars need to be replaced picklesdoc#375
    Creating test cases and fixing handling of umlauts and ampersand
    
    * Changed indentation
    thopark authored and dirkrombauts committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    b2d5f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Fix Importing Test Results failure for MsTest (picklesdoc#378)

    * + fix null featureTreeNode in ApplyTestResultsToFeature
    + handle null value for GetExampleResults and defaulted to TestResult.Inconclusive
    
    * + added extra test scenario for MsTest with ignored ScenarioOutline examples
    
    * + refactored LINQ for FeatureNode in ApplyTestResultsToFeatures
    wbagit authored and dirkrombauts committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    3115b2e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Show parser failures and quit with an error (picklesdoc#379)

    * Don't swallow exceptions if parsing a feature file throws. If parsing fails we want the build to break. We don't want to silently ignore parts.
    
    * Improve NLog layout for console
    - Don't show datetime, loglevel and logger
    - Use colors
    - Show exception messages
    Sjaaky authored and dirkrombauts committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    098c6c5 View commit details
    Browse the repository at this point in the history
  2. Release 2.9.0 (picklesdoc#381)

    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Release 2.7.0 (picklesdoc#351)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * Release 2.8.0 (picklesdoc#355)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Release 2.7.0 (picklesdoc#352)
    
    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output (picklesdoc#350)
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output
    
    * picklesdoc#320 - Fix Failing Unit Tests
    
    * picklesdoc#320 - Resolved Issue with Image Resource Not Copying
    
    * picklesdoc#320 - Add Backward-Compatibility for Hashed Feature Path
    
    * picklesdoc#320 - Added Modal Dialog for Link Copy
    
    * Edit release notes
    
    * Version Bump (2.8.0)
    
    * Release 2.8.1 (picklesdoc#360)
    
    * Release 2.8.3 (picklesdoc#376)
    
    * Delete CNAME as advised by github support
    
    * Create CNAME
    
    * Get rid of ngenerics (picklesdoc#370)
    
    * Use Tree instead of NGenerics.GeneralTree
    
    * Use visitor instead of ActionVisitor
    
    * Rename Visitor to Traversor
    
    * Remove reference to unused NGenerics library
    
    * Fix whitespace
    
    * Remove NGenerics from nuspecs and build scripts
    
    * Get rid of traversor
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6 (picklesdoc#369)
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6
    
    * Added example output file and test for nunit 2 tests ran with nunit 3 runner.
    
    * Add "NUnit 2 tests run by NUnit 3" to test harness (picklesdoc#371)
    
    * Move generation and commit of output to DeployArtifacts (picklesdoc#372)
    
    * Added test for sorting when generating word docs (picklesdoc#373)
    
    * Added test for sorting when generating word docs
    
    * Use stream overloads of WordprocessingDocument
    
    * Improve tree (picklesdoc#374)
    
    * Add test about sorting
    
    * Make it compile
    
    * Make it pass
    
    * Check for null in constructor
    
    * Add test about null names in iteration
    
    * Factory method for creating trees
    
    * Check for null tree when adding
    
    * Add test for null node
    
    * Add release notes
    
    * Fix some markdown syntax things
    
    * Bump version number (2.8.3)
    
    * Version 2.8.3
    
    * Version Bump (2.9.0)
    dirkrombauts authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    1a9fe4a View commit details
    Browse the repository at this point in the history
  3. Release 2.9.0 (picklesdoc#380)

    * Delete CNAME as advised by github support
    
    * Create CNAME
    
    * Get rid of ngenerics (picklesdoc#370)
    
    * Use Tree instead of NGenerics.GeneralTree
    
    * Use visitor instead of ActionVisitor
    
    * Rename Visitor to Traversor
    
    * Remove reference to unused NGenerics library
    
    * Fix whitespace
    
    * Remove NGenerics from nuspecs and build scripts
    
    * Get rid of traversor
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6 (picklesdoc#369)
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6
    
    * Added example output file and test for nunit 2 tests ran with nunit 3 runner.
    
    * Add "NUnit 2 tests run by NUnit 3" to test harness (picklesdoc#371)
    
    * Move generation and commit of output to DeployArtifacts (picklesdoc#372)
    
    * Added test for sorting when generating word docs (picklesdoc#373)
    
    * Added test for sorting when generating word docs
    
    * Use stream overloads of WordprocessingDocument
    
    * Improve tree (picklesdoc#374)
    
    * Add test about sorting
    
    * Make it compile
    
    * Make it pass
    
    * Check for null in constructor
    
    * Add test about null names in iteration
    
    * Factory method for creating trees
    
    * Check for null tree when adding
    
    * Add test for null node
    
    * Release 2.8.3 (picklesdoc#377)
    
    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Release 2.7.0 (picklesdoc#351)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * Release 2.8.0 (picklesdoc#355)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Release 2.7.0 (picklesdoc#352)
    
    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output (picklesdoc#350)
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output
    
    * picklesdoc#320 - Fix Failing Unit Tests
    
    * picklesdoc#320 - Resolved Issue with Image Resource Not Copying
    
    * picklesdoc#320 - Add Backward-Compatibility for Hashed Feature Path
    
    * picklesdoc#320 - Added Modal Dialog for Link Copy
    
    * Edit release notes
    
    * Version Bump (2.8.0)
    
    * Release 2.8.1 (picklesdoc#360)
    
    * Add release notes
    
    * Fix some markdown syntax things
    
    * Bump version number (2.8.3)
    
    * Version 2.8.3
    
    * Special chars need to be replaced (picklesdoc#375)
    
    * Special chars need to be replaced
    
    There are some more special chars (especially german Umlaute) that need to be replaced for the match to be successfull.
    
    * Special chars need to be replaced picklesdoc#375
    Creating test cases and fixing handling of umlauts and ampersand
    
    * Changed indentation
    
    * Fix Importing Test Results failure for MsTest (picklesdoc#378)
    
    * + fix null featureTreeNode in ApplyTestResultsToFeature
    + handle null value for GetExampleResults and defaulted to TestResult.Inconclusive
    
    * + added extra test scenario for MsTest with ignored ScenarioOutline examples
    
    * + refactored LINQ for FeatureNode in ApplyTestResultsToFeatures
    
    * Show parser failures and quit with an error (picklesdoc#379)
    
    * Don't swallow exceptions if parsing a feature file throws. If parsing fails we want the build to break. We don't want to silently ignore parts.
    
    * Improve NLog layout for console
    - Don't show datetime, loglevel and logger
    - Use colors
    - Show exception messages
    
    * Version Bump (2.9.0)
    dirkrombauts authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    d43fe48 View commit details
    Browse the repository at this point in the history
  4. Release 2.9.0 (picklesdoc#382)

    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Release 2.7.0 (picklesdoc#351)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * Release 2.8.0 (picklesdoc#355)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Release 2.6.3 (picklesdoc#348)
    
    * Version Bump
    
    * Update change log
    
    * Add --enableComments Flag to Command Line - Default to True (picklesdoc#346)
    
    * Command-Line Flag --comments - Default to True - Incl Unit Test
    
    * Changed Command Line Argument --comments to --enableComments
    
    * Added Enable Comments Option to MSBuild - Powershell - WPF Runners
    
    * Fixed Bug with enableComments Property Not Being Used in MainViewModel
    
    * Release 2.7.0 (picklesdoc#352)
    
    * Release 2.6.3 (picklesdoc#347)
    
    * Enhancement to support Unix path! (picklesdoc#344)
    
    I'm not sure you already got a try or a feedback about it but actually pickles run relatively well under Linux with mono which is interesting when like me you can't get a windows machine.
    
    However without this little change we can't get the folder structure display correctly.
    
    Could you integrate this modification?
    
    Thanks
    
    * Version Bump
    
    * Update change log
    
    * Add EnableComments to the targets file
    
    * Adapt change log
    
    * Version bump to 2.7.0
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output (picklesdoc#350)
    
    * picklesdoc#320 - Scenario Deep Linking - DHTML and HTML Output
    
    * picklesdoc#320 - Fix Failing Unit Tests
    
    * picklesdoc#320 - Resolved Issue with Image Resource Not Copying
    
    * picklesdoc#320 - Add Backward-Compatibility for Hashed Feature Path
    
    * picklesdoc#320 - Added Modal Dialog for Link Copy
    
    * Edit release notes
    
    * Version Bump (2.8.0)
    
    * Release 2.8.1 (picklesdoc#360)
    
    * Release 2.8.3 (picklesdoc#376)
    
    * Delete CNAME as advised by github support
    
    * Create CNAME
    
    * Get rid of ngenerics (picklesdoc#370)
    
    * Use Tree instead of NGenerics.GeneralTree
    
    * Use visitor instead of ActionVisitor
    
    * Rename Visitor to Traversor
    
    * Remove reference to unused NGenerics library
    
    * Fix whitespace
    
    * Remove NGenerics from nuspecs and build scripts
    
    * Get rid of traversor
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6 (picklesdoc#369)
    
    * Compatibility with nunit.console 3.4 and nunit.framework 2.6
    
    * Added example output file and test for nunit 2 tests ran with nunit 3 runner.
    
    * Add "NUnit 2 tests run by NUnit 3" to test harness (picklesdoc#371)
    
    * Move generation and commit of output to DeployArtifacts (picklesdoc#372)
    
    * Added test for sorting when generating word docs (picklesdoc#373)
    
    * Added test for sorting when generating word docs
    
    * Use stream overloads of WordprocessingDocument
    
    * Improve tree (picklesdoc#374)
    
    * Add test about sorting
    
    * Make it compile
    
    * Make it pass
    
    * Check for null in constructor
    
    * Add test about null names in iteration
    
    * Factory method for creating trees
    
    * Check for null tree when adding
    
    * Add test for null node
    
    * Add release notes
    
    * Fix some markdown syntax things
    
    * Bump version number (2.8.3)
    
    * Version 2.8.3
    
    * Version Bump (2.9.0)
    
    * Version 2.9.0
    dirkrombauts authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    bb3f6fa View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Move output formatters to their own projects (picklesdoc#384)

    * Move Word output formatter to its own project
    
    * Use ILanguagesService instead of LanguageService
    
    * Remove Word directory from project
    
    * Move document outputter Excel to its own project
    
    * Create Project for Json formatter
    
    * Move JSON formatter to its own project
    
    * Add a project for the Html formatter
    
    * ignore applicationhost.config
    
    * Move html output formatter to its own project
    
    * Fix compiler warnings and whitespace
    
    * Create project for Dhtml output formatter
    
    * Move Dhtml output formatter to its own project
    
    * Fix html namespaces
    
    * Adjust Dhtml namespaces
    
    * Adjust namespaces for Json output formatter
    
    * Adjust namespaces of Word output format files
    
    * Get rid of nunit-specific names
    dirkrombauts authored Oct 13, 2016
    Configuration menu
    Copy the full SHA
    a6b0df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Improve markdown handling (picklesdoc#385)

    * Add DescriptionProcessor
    
    * Improve text of example
    
    * Use description processor
    
    * Improve the indentation and line endings of scenario descriptions
    
    * Add trick with escaped hashes for headings
    
    * Add processing of background's description
    dirkrombauts authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    955de62 View commit details
    Browse the repository at this point in the history
  2. Culture aware languageprovider (picklesdoc#386)

    * Rename directory
    
    * Add Flemish (nl-BE) feature
    
    * Add a culture-aware dialect provider
    
    * Improve swedish scenario name
    dirkrombauts authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    deb2048 View commit details
    Browse the repository at this point in the history
  3. Update nuget packages (picklesdoc#387)

    * Update several nuget packages
    
    * Update SpecFlow
    
    * Update Autofac
    
    * Update MahApps
    
    * Update ClosedXML
    
    * Update Newtonsoft.Json
    
    * update-package NLog
    dirkrombauts authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    962e858 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Create unit test projects for output formatters and improve the organ…

    …ization (picklesdoc#388)
    
    * Move the dhtml unit tests to their own project
    
    * Move dhtml unit tests to their own project
    
    * Moving Excel unit tests to their own project
    
    * Move Html unit tests to their own project
    
    * Move Json unit tests to their own project
    
    * Moving Word unit tests to their own project
    
    * Fix file header
    
    * Add new unit test projects to build scripts
    
    * Adjust namespaces
    
    * Explicitely link to system.io.abstractions
    
    * Move html formatter test files to html test project
    
    * Remove unused files
    
    * Move Excel registration to its own module
    
    * Move Html registration to its own module
    
    * Move Word registration to its own module
    
    * Move Json registration to its own module
    
    * Move Dhtml registration to its own module
    
    * Add file to project
    dirkrombauts authored Oct 17, 2016
    Configuration menu
    Copy the full SHA
    e578456 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Release 2.10.0 (picklesdoc#389)

    * Change Version number (2.10.0)
    
    * Update Changelog
    
    * Remove output generation from deployment
    
    * Version 2.10.0
    dirkrombauts authored Oct 22, 2016
    Configuration menu
    Copy the full SHA
    6e592d4 View commit details
    Browse the repository at this point in the history
  2. Merge 2.10.0

    Dirk Rombauts committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    7723bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Remove obsolete version of DataStructures

    Dirk Rombauts committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    5ba57bd View commit details
    Browse the repository at this point in the history
  2. Remove obsolete code file

    Dirk Rombauts committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    4fd2f30 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Deal with missing elements in CucumberJS (picklesdoc#393)

    * Fix whitespace
    
    * Add a scenario for a CucumberJS file that has a missing Elements
    
    * Make the test green
    dirkrombauts authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    3ea70b9 View commit details
    Browse the repository at this point in the history
  2. Update nuget (picklesdoc#394)

    * Update-Package Moq
    
    * Update-Package Sys.Io.TestingHelpers*
    
    * We now have to verify and create a folder in order to write a file
    
    * Update-Package Autofac
    
    * Update-Package NLog*
    
    * Update Strike.Jint
    dirkrombauts authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    b81a57a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Fix 356 (picklesdoc#398)

    * NCrunch v3 configuration
    
    * Add test to show problem
    
    * Fix problem
    dirkrombauts authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    0ce3ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8881f20 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    c00d4d1 View commit details
    Browse the repository at this point in the history
  2. Merge Release 2.11.0

    Dirk Rombauts committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    4a30c2a View commit details
    Browse the repository at this point in the history
  3. Version 2.11.0

    Dirk Rombauts committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    aa53f59 View commit details
    Browse the repository at this point in the history
  4. Update release notes for version 2.11.0

    Dirk Rombauts committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    1762d22 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Fix VsTest Issue (picklesdoc#404)

    * Add unit test to show problem with VsTest result provider
    
    * Fix problem
    
    * Update change log
    dirkrombauts authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    b662249 View commit details
    Browse the repository at this point in the history
  2. Enable xUnit Test Result Provider to Deal with more than 255 Scenario…

    …s in a File (picklesdoc#405)
    
    * Change byte to int
    
    * Update change log
    dirkrombauts authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    6c73f99 View commit details
    Browse the repository at this point in the history
  3. Release 2.11.1 (picklesdoc#406)

    * Set version to 2.11.1
    
    * markdown improvements
    
    * Version 2.11.1
    dirkrombauts authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    a8adfab View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Merge current state (2.11.1) into master.

    Dirk Rombauts committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    182341f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    Dirk Rombauts committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    3798ae6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    ddd1f08 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Adding Cucumber JSON Documentation Builder (picklesdoc#413)

    * Adding Cucumber JSON as possible export format
    
    * Version
    
    * fixing the tests
    
    * Fixing unit tests
    
    * Separated Cucumber Documentation as separate project
    
    * Fixing Build Pipeline
    
    * Adding missed build dependency steps
    
    * resolved the namespace issues that was preventing the build from completing successfully
    
    * Addressing code review comments
    
    * adding cucumber output format
    dgrekov authored and dirkrombauts committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    5769fa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Release 2.12.0 (picklesdoc#416)

    * Adding entries to change log
    
    * Bump version (2.12.0)
    
    * Version 2.12.0
    dirkrombauts authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    2336130 View commit details
    Browse the repository at this point in the history
  2. Push 2.12.0 to master (picklesdoc#418)

    * Fixes hiding topnav when printing. (picklesdoc#411)
    
    * Adding Cucumber JSON Documentation Builder (picklesdoc#413)
    
    * Adding Cucumber JSON as possible export format
    
    * Version
    
    * fixing the tests
    
    * Fixing unit tests
    
    * Separated Cucumber Documentation as separate project
    
    * Fixing Build Pipeline
    
    * Adding missed build dependency steps
    
    * resolved the namespace issues that was preventing the build from completing successfully
    
    * Addressing code review comments
    
    * adding cucumber output format
    
    * Release 2.12.0 (picklesdoc#416)
    
    * Adding entries to change log
    
    * Bump version (2.12.0)
    
    * Version 2.12.0
    dirkrombauts authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    b8d52bf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Silly spelling mistake (picklesdoc#422)

    Saw this silly spelling mistake while viewing a demo of the tool. It's just in the description
    marcusoftnet authored and dirkrombauts committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    c7e012a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Fix problem of NUnit 3.6 and truncation (picklesdoc#425)

    * Add some echo messages
    
    * Configure NCrunch
    
    * Upgrade NUnit 3 to 3.6 in test harness
    
    * Deal with lack of truncation in NUnit 3.6 result files
    
    * Upgrade Shoudly
    
    * Newest versions of test results
    dirkrombauts authored Feb 6, 2017
    Configuration menu
    Copy the full SHA
    8236b96 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Update nuget (picklesdoc#426)

    * Update-Package Moq
    
    * Update-Package NLog*
    
    * Update MahApps
    
    * Update-Package System.IO.Abstractions.*
    
    * Update-Package NLog*
    
    * Update-Package Castle.Core
    
    * Update-Package NUnit
    
    * Castle Core insists on redirects
    
    * Update-Package Closed.XML
    
    * Removed unused Autofac reference
    
    * Update-Package Autofac
    
    * Fix whitespace
    dirkrombauts authored Feb 7, 2017
    Configuration menu
    Copy the full SHA
    34ae848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9619380 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Improved Tag Support: Tags in Excel and Tags for Examples Blocks in J…

    …son, Dhtml, Html, and Word formats (picklesdoc#424)
    
    * Add tag output support for Examples: (for json, dhtml, html, word)
    
    * bug correction to make all test pass
    
    * bug correction to make all test pass
    
    * add tags to ScenarioOutline Examples: example.
    
    * take remarks from author since pull request into account (parentheses space style, more test, use tags html class ...)
    
    * add support of tags to excel builder
    
    * update resharper Pickles.sln.DotSettings file to include project space settings into () and {}
    
    * make all tag text style and position as close as possible for all output Format (excel, word, dhtml, html)
    
    * adapt html unit tests due to tags position has evolution
    pleveill authored and dirkrombauts committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    d058e97 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Release 2.13.0 (picklesdoc#430)

    * Version bump (2.13.0)
    
    * Version 2.13.0
    
    * Update change log
    dirkrombauts authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    f69771d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    Dirk Rombauts committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    ff4d5dc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Feature/add ignore tag (picklesdoc#433)

    * add .vs to gitignore
    
    * add IgnoreTag Feature
    
    * add ignoreTag parameter in any Runner
    
    * Fix after test with real case
    
    * Implement requests
    
    * Fix whitespace
    
    * Add properties and handling to model and viewmodel
    
    * Insert a row and move all rows down.
    
    * Add label and textbox for exclude tags
    
    * Reorganize UI
    
    * Rename Test Explude Tag "ignore-tag" to "exclude-tag" and add test for no sensitivity
    Wil75 authored and dirkrombauts committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    3ab6cd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Second try of wildcard support for testresult files (picklesdoc#435)

    * Added semicolon and wildcard support for all call types (MsBuild, CommandLine, PowerShell, UI-api).
    
    Folders and no match will deliver no result file.
    Multiple matches on the same file will distinct into a single result.
    
    * Improved design of tests for TestResultFiles in order to reflect their intention
    
    * Changed add file into add directory to the filesystem mock.
    
    Pickles throws an exception when a folder does not exist for a resultfile. The about selecting a non existing file was a victim of this exception making it fail. By ensuring the directory exists, the testcase passes.
    Autom8edChaos authored and dirkrombauts committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    97c9299 View commit details
    Browse the repository at this point in the history
  2. Release 2.14.0 (picklesdoc#437)

    * Adapt change log
    
    * Version Bump (2.14.0)
    
    * Enable creation of outputs in deploy script
    
    * Version 2.14.0
    dirkrombauts authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    31533cb View commit details
    Browse the repository at this point in the history
  3. Release 2.14.0 (picklesdoc#438)

    * Feature/add ignore tag (picklesdoc#433)
    
    * add .vs to gitignore
    
    * add IgnoreTag Feature
    
    * add ignoreTag parameter in any Runner
    
    * Fix after test with real case
    
    * Implement requests
    
    * Fix whitespace
    
    * Add properties and handling to model and viewmodel
    
    * Insert a row and move all rows down.
    
    * Add label and textbox for exclude tags
    
    * Reorganize UI
    
    * Rename Test Explude Tag "ignore-tag" to "exclude-tag" and add test for no sensitivity
    
    * Second try of wildcard support for testresult files (picklesdoc#435)
    
    * Added semicolon and wildcard support for all call types (MsBuild, CommandLine, PowerShell, UI-api).
    
    Folders and no match will deliver no result file.
    Multiple matches on the same file will distinct into a single result.
    
    * Improved design of tests for TestResultFiles in order to reflect their intention
    
    * Changed add file into add directory to the filesystem mock.
    
    Pickles throws an exception when a folder does not exist for a resultfile. The about selecting a non existing file was a victim of this exception making it fail. By ensuring the directory exists, the testcase passes.
    
    * Release 2.14.0 (picklesdoc#437)
    
    * Adapt change log
    
    * Version Bump (2.14.0)
    
    * Enable creation of outputs in deploy script
    
    * Version 2.14.0
    dirkrombauts authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    c73df97 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Fix localisation (picklesdoc#440)

    * Add blank line
    
    * First version of making it pass
    
    * Make feature language-aware
    
    * Rename internal property
    
    * Introduce LangugageServicesRegistry
    
    * Make language non-optional
    
    * damn applicationhost.conifg
    
    * Use factory for creating mappers
    
    * Make language non-optional
    
    * Rearrange usings
    
    * Simplify mapper
    
    * Introduce langugage service
    
    * Remove unused property
    
    * remove unused using
    
    * Make language non-optional
    
    * Use languageservicesregistry over languageservices
    
    * Return default language services
    
    * Retrieve language from feature instead of configuration
    
    * Add localization of examples to excel
    
    * Use localization of examples in Word
    
    * Add language services registry
    
    * Add native keyword to examples section
    
    * Move native keyword to examples
    
    * Use native keyword for examples in scenario outlines
    dirkrombauts authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    3f3ba2e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    5fee5ee View commit details
    Browse the repository at this point in the history
  2. Continue loading feature files after parsing errors (picklesdoc#445)

    * Make FeatureParser throw correct exceptions
    
    * Split FeatureParser into two
    
    * Get rid of string-based crawl overload
    
    * Introduce ParsingReport
    
    * Give immediate feedback when a feature cannot be parsed
    dirkrombauts authored Mar 9, 2017
    Configuration menu
    Copy the full SHA
    1585406 View commit details
    Browse the repository at this point in the history
  3. Release 2.15.0 (picklesdoc#446)

    * Add change log for version 2.15.0
    
    * Version Bump 2.15.0
    
    * Version 2.15.0
    dirkrombauts authored Mar 9, 2017
    Configuration menu
    Copy the full SHA
    9afbffa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    Dirk Rombauts committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    28c862b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Move to NSubstitute and NFluent (picklesdoc#452)

    * Remove-Package Moq
    
    * Install-Package NSubstitute
    
    * Use NSubstitute instead of Moq
    
    * Remove-Package Shoudly
    
    * Make GhostDoc happy
    
    * Make SpecFlow happy
    
    * Install-Package NFluent
    
    * Use NFluent
    
    * Fix spaces at the end of lines
    
    * Fix indentation
    
    * Introduce MarkTestAs class
    
    * Better argument names
    
    * Use language type keyword
    dirkrombauts authored Apr 6, 2017
    Configuration menu
    Copy the full SHA
    e2285d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Update nuget (picklesdoc#454)

    * Update-Package Autofac
    
    * Update-Package Newtonsoft.Json
    
    * Update-Package NLog*
    
    * Update-Package System.IO.Abstractions
    
    * Update-Package NUnit
    
    * Update-Package ClosedXML
    dirkrombauts authored Apr 7, 2017
    Configuration menu
    Copy the full SHA
    1ba54c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Update nuget 201704 (picklesdoc#458)

    * Update-Package NLog*
    
    * Update-Package MahApps
    dirkrombauts authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b4a3e18 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Move NDesk.Options dependency to command line runner (picklesdoc#459)

    * Introduce Unit Test project for command line
    
    * Move CommandLineArgumentParser
    
    * Remove NDesk.Options from Pickles
    
    * Add build scripts to solution
    dirkrombauts authored May 4, 2017
    Configuration menu
    Copy the full SHA
    4793552 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Encoded files different from default cannot be parsed (picklesdoc#457)

    * Parsed files are read with encoding deduced from reading first 4 bytes. Fallback is default encoding.
    
    * Default to UTF8
    
    * Extract file encoding logic to a separate class
    
    * Add test cases for EncodingDetector
    
    * Inline now-useless method
    s991116 authored and dirkrombauts committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    ea29be5 View commit details
    Browse the repository at this point in the history
  2. Update Nuget Packages (picklesdoc#462)

    * Update-Package NLog*
    
    * Update-Package NUnit
    
    * Update-Package System.IO.Abstraction
    
    * Update-Package NSubstitute
    
    * Update-Package Autofac
    dirkrombauts authored Jun 3, 2017
    Configuration menu
    Copy the full SHA
    56e3be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    204358e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Release 2.16.0 (picklesdoc#464)

    * Version Bump (2.16.0)
    
    * Correct heading
    
    * Add change log for 2.16.0
    
    * Version 2.16.0
    
    * update chocolatey script
    dirkrombauts authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    981202b View commit details
    Browse the repository at this point in the history
  2. Release 2.16.0 (picklesdoc#465)

    * Move to NSubstitute and NFluent (picklesdoc#452)
    
    * Remove-Package Moq
    
    * Install-Package NSubstitute
    
    * Use NSubstitute instead of Moq
    
    * Remove-Package Shoudly
    
    * Make GhostDoc happy
    
    * Make SpecFlow happy
    
    * Install-Package NFluent
    
    * Use NFluent
    
    * Fix spaces at the end of lines
    
    * Fix indentation
    
    * Introduce MarkTestAs class
    
    * Better argument names
    
    * Use language type keyword
    
    * Update nuget (picklesdoc#454)
    
    * Update-Package Autofac
    
    * Update-Package Newtonsoft.Json
    
    * Update-Package NLog*
    
    * Update-Package System.IO.Abstractions
    
    * Update-Package NUnit
    
    * Update-Package ClosedXML
    
    * Update nuget 201704 (picklesdoc#458)
    
    * Update-Package NLog*
    
    * Update-Package MahApps
    
    * Move NDesk.Options dependency to command line runner (picklesdoc#459)
    
    * Introduce Unit Test project for command line
    
    * Move CommandLineArgumentParser
    
    * Remove NDesk.Options from Pickles
    
    * Add build scripts to solution
    
    * Encoded files different from default cannot be parsed (picklesdoc#457)
    
    * Parsed files are read with encoding deduced from reading first 4 bytes. Fallback is default encoding.
    
    * Default to UTF8
    
    * Extract file encoding logic to a separate class
    
    * Add test cases for EncodingDetector
    
    * Inline now-useless method
    
    * Update Nuget Packages (picklesdoc#462)
    
    * Update-Package NLog*
    
    * Update-Package NUnit
    
    * Update-Package System.IO.Abstraction
    
    * Update-Package NSubstitute
    
    * Update-Package Autofac
    
    * Show inconclusive results (picklesdoc#463)
    
    * Release 2.16.0 (picklesdoc#464)
    
    * Version Bump (2.16.0)
    
    * Correct heading
    
    * Add change log for 2.16.0
    
    * Version 2.16.0
    
    * update chocolatey script
    dirkrombauts authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    c902938 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Configuration menu
    Copy the full SHA
    a2ad11d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Language with hyphen (picklesdoc#479)

    * Fix problem with selecting the feature's language
    
    * Added entry to change log
    
    * More robust implementation
    dirkrombauts authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    e10b180 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    dirkrombauts authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    ee0b676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f85883 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    Dirk Rombauts committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    55dfd1b View commit details
    Browse the repository at this point in the history
  5. Version 2.16.1

    Dirk Rombauts committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    a34f637 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    6bb581d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Version 2.16.2

    Dirk Rombauts committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    919cf5d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Fixed ExcludeTags Typo In MSBuild targets (picklesdoc#487)

    * Fixed ExcludeTags Typo
    
    * Add entry to change log
    nachereshata authored and dirkrombauts committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    331cd88 View commit details
    Browse the repository at this point in the history
  2. Fix 485 (picklesdoc#488)

    * Show all test result files
    
    * Add entry to change log
    dirkrombauts authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    811b76d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Update nunit (picklesdoc#491)

    * Update-Package NUnit
    
    * Rename attributes
    dirkrombauts authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    44c97f2 View commit details
    Browse the repository at this point in the history
  2. Update n-fluent (picklesdoc#492)

    * Upgrade-Package NFluent
    
    * Replace obsolete method names
    dirkrombauts authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    396e36c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. rm old commented elements

    redbrickone committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    b71529d View commit details
    Browse the repository at this point in the history