1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes are indicated via a minor release, while all other changes fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone.
# [5.1.0](https://github.com/syrupy-project/syrupy/compare/v5.0.0...v5.1.0) (2026-01-25)
### Features
* add serializer plugin system; plugins for data models ([#1062](https://github.com/syrupy-project/syrupy/issues/1062)) ([df9bc8f](https://github.com/syrupy-project/syrupy/commit/df9bc8f6b3a222dde82167e10a2e6bb57456305a))
# [5.0.0](https://github.com/syrupy-project/syrupy/compare/v4.9.1...v5.0.0) (2025-09-28)
* Switch to MIT license ([#945](https://github.com/syrupy-project/syrupy/issues/945)) ([d74d340](https://github.com/syrupy-project/syrupy/commit/d74d340f8884fdb04831fcf77f29d66e098aaa66))
### Bug Fixes
* Block terminal summary for xdist workers. ([#978](https://github.com/syrupy-project/syrupy/issues/978)) ([33a848d](https://github.com/syrupy-project/syrupy/commit/33a848df7c4a33577e4057eae5792f6592ad3172))
* ensure syrupy's pytest_assertrepr_compare hook is called first. ([#984](https://github.com/syrupy-project/syrupy/issues/984)) ([eb0024d](https://github.com/syrupy-project/syrupy/commit/eb0024d339248b7e1f76fdb65ed30ba3e19c0857))
### Code Refactoring
* remove incorrect private underscore prefix from public methods ([8cfc905](https://github.com/syrupy-project/syrupy/commit/8cfc9059d37066187ac419e2233059bad58b667f))
### Features
* add --snapshot-dirname option, close [#810](https://github.com/syrupy-project/syrupy/issues/810) ([27135c7](https://github.com/syrupy-project/syrupy/commit/27135c7c861441962c2cedde841f3e4fed2949fd))
* drop support for py3.8, raise min. pytest to v8 ([#904](https://github.com/syrupy-project/syrupy/issues/904)) ([a879ff1](https://github.com/syrupy-project/syrupy/commit/a879ff15ad82e59a2f387db0822be072a5684f2f))
* update min. python version to 3.10 ([#1024](https://github.com/syrupy-project/syrupy/issues/1024)) ([16b4113](https://github.com/syrupy-project/syrupy/commit/16b4113cd56da96e84a90ebda0919e9b8dd35954))
### BREAKING CHANGES
* The following methods have been renamed:
SnapshotCollectionStorage
- _read_snapshot_collection -> read_snapshot_collection
- _read_snapshot_data_from_location -> read_snapshot_data_from_location
- _write_snapshot_collection -> write_snapshot_collection
- _get_file_basename -> get_file_basename
- _file_extension -> file_extension
AmberDataSerializer
- _snapshot_sort_key -> snapshot_sort_key
Renamed constants to improve clarity:
constants
- SNAPSHOT_EMPTY_FOSSIL_KEY -> SNAPSHOT_EMPTY_COLLECTION_KEY
- SNAPSHOT_UNKNOWN_FOSSIL_KEY -> SNAPSHOT_UNKNOWN_COLLECTION_KEY
* Min. python version is now 3.10.
* The Syrupy project is switching from Apache 2.0 to a more permissive MIT license. By using Syrupy >=5, you agree to abide by this new license. You can continue to use Syrupy v1 through v4 under Apache 2.0.
* Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
## [4.9.1](https://github.com/syrupy-project/syrupy/compare/v4.9.0...v4.9.1) (2025-03-24)
### Bug Fixes
* **serializer:** preserve trailing newlines in ambr serialization ([#950](https://github.com/syrupy-project/syrupy/issues/950)) ([5897490](https://github.com/syrupy-project/syrupy/commit/5897490e9821156327fe56bc5f7695146e2363a5))
* **serializer:** preserve trailing newlines in ambr serialization ([#950](https://github.com/syrupy-project/syrupy/issues/950)) ([5037477](https://github.com/syrupy-project/syrupy/commit/5037477ceece0f2cf861aabd356f4dd07a9eeb71))
# [4.9.0](https://github.com/syrupy-project/syrupy/compare/v4.8.3...v4.9.0) (2025-03-08)
### Bug Fixes
* **serializer:** raise TypeError when serializing non-byte like object in binary mode ([#951](https://github.com/syrupy-project/syrupy/issues/951)) ([2bd0f54](https://github.com/syrupy-project/syrupy/commit/2bd0f54ea0923f4c549209abc40d2eec9b973d65))
### Features
* add --snapshot-ignore-file-extensions argument to support DVC ([#943](https://github.com/syrupy-project/syrupy/issues/943)) ([056cc6e](https://github.com/syrupy-project/syrupy/commit/056cc6e1057f6d1c49b4b609aa09be9f507dd55c))
* add compose_matchers utility for composing 1 or more matchers ([#952](https://github.com/syrupy-project/syrupy/issues/952)) ([157dbec](https://github.com/syrupy-project/syrupy/commit/157dbecc87fd03ea938c4a7dc194418da43c90a5))
* add SingleFileAmberSnapshotExtension as a single-file variant of the default amber extension ([#959](https://github.com/syrupy-project/syrupy/issues/959)) ([a753b7a](https://github.com/syrupy-project/syrupy/commit/a753b7a0aa6763a7489da78291bf27b7b5081b74))
* include details about created/updated snapshots in detailed report ([#942](https://github.com/syrupy-project/syrupy/issues/942)) ([25d37ef](https://github.com/syrupy-project/syrupy/commit/25d37ef978cbbd5b034fe394d283e923295b1750))
## [4.8.3](https://github.com/syrupy-project/syrupy/compare/v4.8.2...v4.8.3) (2025-03-08)
### Bug Fixes
* snapshots of deselected parametrized tests wrongly marked as unused ([#965](https://github.com/syrupy-project/syrupy/issues/965)) ([52f3bb2](https://github.com/syrupy-project/syrupy/commit/52f3bb2089f6289ef6502486301d56d7b13fdf28))
## [4.8.2](https://github.com/syrupy-project/syrupy/compare/v4.8.1...v4.8.2) (2025-02-20)
### Bug Fixes
* avoid unnecessary env updates to reduce chances of segfault ([#956](https://github.com/syrupy-project/syrupy/issues/956)) ([7fdffd9](https://github.com/syrupy-project/syrupy/commit/7fdffd906dc851d8ff7aa0327b6a8bdb5d0cbed5))
## [4.8.1](https://github.com/syrupy-project/syrupy/compare/v4.8.0...v4.8.1) (2025-01-13)
### Bug Fixes
* check current session's pending-write queue when recalling snapshots (e.g. diffing) ([#927](https://github.com/syrupy-project/syrupy/issues/927)) ([0f6bb55](https://github.com/syrupy-project/syrupy/commit/0f6bb55000593e5d5198feb2bd9ccbb1376a37fb))
# [4.8.0](https://github.com/syrupy-project/syrupy/compare/v4.7.2...v4.8.0) (2024-11-23)
### Features
* add option to disable diffing ([#924](https://github.com/syrupy-project/syrupy/issues/924)) ([d283e87](https://github.com/syrupy-project/syrupy/commit/d283e87c2b8d1d5623ea3258653d579757bfa78c))
## [4.7.2](https://github.com/syrupy-project/syrupy/compare/v4.7.1...v4.7.2) (2024-10-06)
### Bug Fixes
* allow snapshot dir to be different ([#892](https://github.com/syrupy-project/syrupy/issues/892)) ([548ec06](https://github.com/syrupy-project/syrupy/commit/548ec0660c2f8f3c80f2b7f0188e8bb2b0c81fc8))
## [4.7.1](https://github.com/syrupy-project/syrupy/compare/v4.7.0...v4.7.1) (2024-08-23)
### Bug Fixes
* pytest-rerunfailures compatibility ([#881](https://github.com/syrupy-project/syrupy/issues/881)) ([16911ad](https://github.com/syrupy-project/syrupy/commit/16911ad0541c642118f3f1ac2d1347362d80c854))
# [4.7.0](https://github.com/syrupy-project/syrupy/compare/v4.6.4...v4.7.0) (2024-08-23)
### Features
* Added a new CLI flag: --snapshot-patch-pycharm-diff ([a4dfcf5](https://github.com/syrupy-project/syrupy/commit/a4dfcf51df4df6d5da1afd863126ddca3f2c9b43))
## [4.6.4](https://github.com/syrupy-project/syrupy/compare/v4.6.3...v4.6.4) (2024-08-21)
### Bug Fixes
* relax python version constraint, remove upperbound ([#878](https://github.com/syrupy-project/syrupy/issues/878)) ([05a35a1](https://github.com/syrupy-project/syrupy/commit/05a35a15d6d13484bd6445231b963c33e2d7d76c))
## [4.6.3](https://github.com/syrupy-project/syrupy/compare/v4.6.2...v4.6.3) (2024-08-21)
### Bug Fixes
* ignore unused snapshots for skipped test ([#862](https://github.com/syrupy-project/syrupy/issues/862)) ([3f6e301](https://github.com/syrupy-project/syrupy/commit/3f6e30182b3aed34687782385c16001c7cf0b5f3))
## [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21)
### Bug Fixes
* update classifiers, metadata ([#870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113))
## [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21)
### Bug Fixes
* update classifiers, metadata ([#870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113))
## [4.6.1](https://github.com/syrupy-project/syrupy/compare/v4.6.0...v4.6.1) (2024-02-07)
### Bug Fixes
* support pytest 8 ([#855](https://github.com/syrupy-project/syrupy/issues/855)) ([3175615](https://github.com/syrupy-project/syrupy/commit/3175615a31bde0cdac6ec4a18d4a9285001d5d21))
# [4.6.0](https://github.com/syrupy-project/syrupy/compare/v4.5.0...v4.6.0) (2023-10-24)
### Features
* **serializer:** add support for FunctionType serialization ([#823](https://github.com/syrupy-project/syrupy/issues/823)) ([f3a454a](https://github.com/syrupy-project/syrupy/commit/f3a454a378681ef647fc215a05b8fe9dee3a21c4))
# [4.5.0](https://github.com/syrupy-project/syrupy/compare/v4.4.0...v4.5.0) (2023-09-01)
### Features
* support setting defaults ([#802](https://github.com/syrupy-project/syrupy/issues/802)) ([c877559](https://github.com/syrupy-project/syrupy/commit/c87755984341ee4772f4f00b9309de6daec30ec0))
# [4.4.0](https://github.com/syrupy-project/syrupy/compare/v4.3.0...v4.4.0) (2023-08-29)
### Features
* **filter:** add paths_include filter ([#798](https://github.com/syrupy-project/syrupy/issues/798)) ([1676fa5](https://github.com/syrupy-project/syrupy/commit/1676fa554d74edeb1f448edbe661e053bf8ad350))
# [4.3.0](https://github.com/syrupy-project/syrupy/compare/v4.2.2...v4.3.0) (2023-08-28)
### Features
* add include option to snapshots, similar to exclude ([#797](https://github.com/syrupy-project/syrupy/issues/797)) ([d3f891e](https://github.com/syrupy-project/syrupy/commit/d3f891ea4e561cd1b182e9b2c5d0414821187cd7))
## [4.2.2](https://github.com/syrupy-project/syrupy/compare/v4.2.1...v4.2.2) (2023-08-28)
### Bug Fixes
* remove colored dependency ([#796](https://github.com/syrupy-project/syrupy/issues/796)) ([96bffcc](https://github.com/syrupy-project/syrupy/commit/96bffccd229bb1b13e6721baffd80d298000e34b))
## [4.2.1](https://github.com/syrupy-project/syrupy/compare/v4.2.0...v4.2.1) (2023-08-21)
### Bug Fixes
* support python 3.12 ([#794](https://github.com/syrupy-project/syrupy/issues/794)) ([e2e314f](https://github.com/syrupy-project/syrupy/commit/e2e314fca6f90d9601c3b7d30370d2ca21e09cfe))
# [4.2.0](https://github.com/syrupy-project/syrupy/compare/v4.1.1...v4.2.0) (2023-08-21)
### Features
* **serializer:** add snapshot regex value matcher and bypass custom repr helper ([#791](https://github.com/syrupy-project/syrupy/issues/791)) ([3ac2ce8](https://github.com/syrupy-project/syrupy/commit/3ac2ce84c5dfe180606ef32d1dd067af952d376e))
## [4.1.1](https://github.com/syrupy-project/syrupy/compare/v4.1.0...v4.1.1) (2023-08-17)
### Bug Fixes
* preserve Falsy values in assertion diff function ([#789](https://github.com/syrupy-project/syrupy/issues/789)) ([118ef92](https://github.com/syrupy-project/syrupy/commit/118ef9260cb67369050c3bf7672e9aed0046f7f4))
# [4.1.0](https://github.com/syrupy-project/syrupy/compare/v4.0.8...v4.1.0) (2023-08-16)
### Features
* **amber:** expose serialize_custom_iterable method of AmberDataSerializer ([#788](https://github.com/syrupy-project/syrupy/issues/788)) ([d210cf1](https://github.com/syrupy-project/syrupy/commit/d210cf192962afc3196c9d6cc81e7c799a6caf26))
## [4.0.8](https://github.com/syrupy-project/syrupy/compare/v4.0.7...v4.0.8) (2023-07-20)
### Bug Fixes
* diffing excessively large snapshot lines ([#778](https://github.com/syrupy-project/syrupy/issues/778)) ([64b4265](https://github.com/syrupy-project/syrupy/commit/64b42653d1c3af5b56347ccd9afd24e87b29aa18))
## [4.0.7](https://github.com/syrupy-project/syrupy/compare/v4.0.6...v4.0.7) (2023-07-20)
### Bug Fixes
* large snapshot diff recursion error ([#776](https://github.com/syrupy-project/syrupy/issues/776)) ([24260b1](https://github.com/syrupy-project/syrupy/commit/24260b17607a11f7afa691c0ecd4da3e09de9bf0))
## [4.0.6](https://github.com/syrupy-project/syrupy/compare/v4.0.5...v4.0.6) (2023-07-11)
### Bug Fixes
* improve reporting around xfailed snapshots, close [#736](https://github.com/syrupy-project/syrupy/issues/736) ([#769](https://github.com/syrupy-project/syrupy/issues/769)) ([596b29b](https://github.com/syrupy-project/syrupy/commit/596b29b7eae26292fb671b3f339d255fd5ac8761))
## [4.0.5](https://github.com/syrupy-project/syrupy/compare/v4.0.4...v4.0.5) (2023-07-04)
### Bug Fixes
* hide empty snapshot report ([#768](https://github.com/syrupy-project/syrupy/issues/768)) ([8f581d5](https://github.com/syrupy-project/syrupy/commit/8f581d577068f19a9e0fff65f4476f4601c137df))
## [4.0.4](https://github.com/syrupy-project/syrupy/compare/v4.0.3...v4.0.4) (2023-06-19)
### Bug Fixes
* incorrect marking of TestClass.test_method as unused, close [#717](https://github.com/syrupy-project/syrupy/issues/717) ([#761](https://github.com/syrupy-project/syrupy/issues/761)) ([0badfdb](https://github.com/syrupy-project/syrupy/commit/0badfdbb06157a7e2365edd551aaa1914681f3de))
## [4.0.3](https://github.com/syrupy-project/syrupy/compare/v4.0.2...v4.0.3) (2023-06-19)
### Bug Fixes
* support colored >=1.5.0 dependency, close [#758](https://github.com/syrupy-project/syrupy/issues/758) ([#760](https://github.com/syrupy-project/syrupy/issues/760)) ([783fc5c](https://github.com/syrupy-project/syrupy/commit/783fc5cf71901c8bb54769358787dabfa2b51e4a))
## [4.0.2](https://github.com/syrupy-project/syrupy/compare/v4.0.1...v4.0.2) (2023-04-25)
### Bug Fixes
* defer snapshot default extension import ([#734](https://github.com/syrupy-project/syrupy/issues/734)) ([dfd5910](https://github.com/syrupy-project/syrupy/commit/dfd5910cd5ac9a93011d639303cdc060ef4c779a)), closes [#719](https://github.com/syrupy-project/syrupy/issues/719)
## [4.0.1](https://github.com/syrupy-project/syrupy/compare/v4.0.0...v4.0.1) (2023-02-21)
### Bug Fixes
* **serializer:** handling of multi-part file extensions in SingleFileExtension ([#710](https://github.com/syrupy-project/syrupy/issues/710)) ([efe687e](https://github.com/syrupy-project/syrupy/commit/efe687e263647b1efa2673847372389ea90961eb))
# [4.0.0](https://github.com/syrupy-project/syrupy/compare/v3.0.6...v4.0.0) (2023-02-02)
### Bug Fixes
* defer snapshot writes until end of session ([#606](https://github.com/syrupy-project/syrupy/issues/606)) ([68f1d5f](https://github.com/syrupy-project/syrupy/commit/68f1d5f4ecb1cefab1a0b26fd7f1626e6c8a1b71))
* ensure all pytest options are serializable ([#667](https://github.com/syrupy-project/syrupy/issues/667)) ([e8ed9f2](https://github.com/syrupy-project/syrupy/commit/e8ed9f2e3548f6493349bda2666698f165596f3a))
* improve pytest-xdist compatibility ([9b9090f](https://github.com/syrupy-project/syrupy/commit/9b9090f1d139ada1d12e89e002d48bc35c191d41))
* lru_cache on snapshot reads ([#629](https://github.com/syrupy-project/syrupy/issues/629)) ([c1a675f](https://github.com/syrupy-project/syrupy/commit/c1a675f0960608ff3655d6ba67387940964064db))
* remove legacy path usage to support no:legacypath, closes [#677](https://github.com/syrupy-project/syrupy/issues/677) ([#684](https://github.com/syrupy-project/syrupy/issues/684)) ([6385979](https://github.com/syrupy-project/syrupy/commit/6385979084958f33365c4c544e7583569bb24e06))
### Code Refactoring
* simplify data serializer for ambr ([#676](https://github.com/syrupy-project/syrupy/issues/676)) ([3d296e1](https://github.com/syrupy-project/syrupy/commit/3d296e1e524e90a6f2d22f550a6e7847d4805c92))
* write performance improvements, api clarity ([#645](https://github.com/syrupy-project/syrupy/issues/645)) ([2c31c39](https://github.com/syrupy-project/syrupy/commit/2c31c39fa2430ad42190a0ac3f80181ced803b82))
### Features
* **json:** serialize None as null, close [#622](https://github.com/syrupy-project/syrupy/issues/622) ([c330680](https://github.com/syrupy-project/syrupy/commit/c33068030bc1cb296c1b6f36d3e67d6d55e484fc))
* numerically sort snapshots if possible, close [#657](https://github.com/syrupy-project/syrupy/issues/657) ([4ca0716](https://github.com/syrupy-project/syrupy/commit/4ca071641f9508b21c29df244639c9db61032cb1))
* **serializer:** preserve key ordering of OrderedDict ([0a2289a](https://github.com/syrupy-project/syrupy/commit/0a2289a53b03bf36f55149eee51fd6890af13659))
* support overriding the amber serializer class ([#683](https://github.com/syrupy-project/syrupy/issues/683)) ([662c93f](https://github.com/syrupy-project/syrupy/commit/662c93f18619245d3d8d7c0ac30830d7c4587a2a))
* update python version, pytest version ([#658](https://github.com/syrupy-project/syrupy/issues/658)) ([c360b95](https://github.com/syrupy-project/syrupy/commit/c360b95192607ba55421076487b533f8afe8253b))
### BREAKING CHANGES
* Serializers may now throw a TaintedSnapshotError which will tell the user to regenerate the snapshot even if the underlying data has not changed. This is to support rolling out more subtle changes to the serializers, such as the introduction of serializer metadata.
* Renamed DataSerializer to AmberDataSerializer.
* **serializer:** Key order is now preserved if using OrderedDict in both the Amber serializer and JSON serializer.
* **json:** The JSONSnapshotExtension now serializes Python's None as "null" rather than "None".
* Raise minimum python version to 3.8.1 and min. pytest version to v7.
* PyTestLocation.filename has been renamed to .basename
* refactor: add test_location kwarg to get_snapshot_name
* refactor: get_snapshot_name is now static as a classmethod
* refactor: remove pre and post read/write hooks
* Pre and post read/write hooks have been removed without replacement to make internal refactor simpler. Please open a GitHub issue if you have a use case for these hooks.
* refactor: rename Fossil to Collection
* The term 'fossil' has been replaced by the clearer term 'collection'.
* refactor: pass test_location to read_snapshot
* refactor: remove singular write_snapshot method
* refactor: dirname property to method
* refactor: pass test_location to discover_snapshots
* refactor: remove usage of self.test_location
* refactor: make write_snapshot a classmethod
* refactor: do not instantiate extension with test_location
* Numerous instance methods have been refactored as classmethods.
## [3.0.6](https://github.com/syrupy-project/syrupy/compare/v3.0.5...v3.0.6) (2022-12-30)
### Bug Fixes
* ensure all pytest options are serializable ([#667](https://github.com/syrupy-project/syrupy/issues/667)) ([e320d7b](https://github.com/syrupy-project/syrupy/commit/e320d7b799b7890df5a63eda59a1382a3d73f39b))
* improve pytest-xdist compatibility ([8739194](https://github.com/syrupy-project/syrupy/commit/87391946af859bbe9a63c5ac297cfc7b169c7742))
## [3.0.5](https://github.com/syrupy-project/syrupy/compare/v3.0.4...v3.0.5) (2022-11-08)
### Bug Fixes
* only instantiate colored objects if color is not disabled ([#634](https://github.com/syrupy-project/syrupy/issues/634)) ([7f0fe22](https://github.com/syrupy-project/syrupy/commit/7f0fe2255e56cafbad86f6e505019b8e507afd00))
## [3.0.4](https://github.com/syrupy-project/syrupy/compare/v3.0.3...v3.0.4) (2022-11-03)
### Bug Fixes
* update poetry build backend ([#631](https://github.com/syrupy-project/syrupy/issues/631)) ([4819026](https://github.com/syrupy-project/syrupy/commit/48190261f31ee801d60daab046e37d6a910b3efc))
## [3.0.3](https://github.com/syrupy-project/syrupy/compare/v3.0.2...v3.0.3) (2022-11-03)
### Bug Fixes
* use more expressive glob when building whl ([#627](https://github.com/syrupy-project/syrupy/issues/627)) ([6a766e7](https://github.com/syrupy-project/syrupy/commit/6a766e78d72fd3e74cc7725fead46b7f839b468a))
## [3.0.2](https://github.com/syrupy-project/syrupy/compare/v3.0.1...v3.0.2) (2022-09-23)
### Bug Fixes
* update classifiers (no material change) ([43d78ec](https://github.com/syrupy-project/syrupy/commit/43d78ecc0a2175487db1c9bf5857d6ee34344046))
## [3.0.1](https://github.com/syrupy-project/syrupy/compare/v3.0.0...v3.0.1) (2022-09-23)
### Bug Fixes
* avoid reporting crash for snapshot dir outside pytest dir ([#621](https://github.com/syrupy-project/syrupy/issues/621)) ([f2b2e77](https://github.com/syrupy-project/syrupy/commit/f2b2e774b6055fde887a36d2a995ebb284ebc76e))
# [3.0.0](https://github.com/syrupy-project/syrupy/compare/v2.3.1...v3.0.0) (2022-08-11)
### Features
* drop python 3.6 support ([#612](https://github.com/syrupy-project/syrupy/issues/612)) ([bcdfd89](https://github.com/syrupy-project/syrupy/commit/bcdfd899e3ca1d107fe6009144b6b51547ffde4c))
### BREAKING CHANGES
* Drop Python 3.6 support due to end of life.
## [2.3.1](https://github.com/syrupy-project/syrupy/compare/v2.3.0...v2.3.1) (2022-07-07)
### Bug Fixes
* ignore test_a_suffix snapshots when running test_a ([#607](https://github.com/syrupy-project/syrupy/issues/607)) ([988a8ab](https://github.com/syrupy-project/syrupy/commit/988a8ab42ebbc94e2965bc73a6c8b6074c4f7416))
# [2.3.0](https://github.com/syrupy-project/syrupy/compare/v2.2.0...v2.3.0) (2022-05-12)
### Features
* provide __repr__ for SnapshotAssertion ([#600](https://github.com/syrupy-project/syrupy/issues/600)) ([df31946](https://github.com/syrupy-project/syrupy/commit/df3194606f7e8cb9fe6a7de97416f00fb7447fb1))
# [2.2.0](https://github.com/syrupy-project/syrupy/compare/v2.1.0...v2.2.0) (2022-05-12)
### Features
* support snapshots in doc tests ([#525](https://github.com/syrupy-project/syrupy/issues/525)) ([97256e3](https://github.com/syrupy-project/syrupy/commit/97256e3091e78fefa4d3d89533a95adeee78fdb5))
# [2.1.0](https://github.com/syrupy-project/syrupy/compare/v2.0.0...v2.1.0) (2022-05-11)
### Features
* add snapshot diffing support ([#526](https://github.com/syrupy-project/syrupy/issues/526)) ([e424f31](https://github.com/syrupy-project/syrupy/commit/e424f31e06908e47b7cfddf2c9bde595f0a08846))
# [2.0.0](https://github.com/syrupy-project/syrupy/compare/v1.7.4...v2.0.0) (2022-04-10)
### Features
* **amber:** change serialization to be py syntax like ([#505](https://github.com/syrupy-project/syrupy/issues/505)) ([b64b965](https://github.com/syrupy-project/syrupy/commit/b64b965720768d787eded154d4dba256e0734620))
* release syrupy v2 ([#575](https://github.com/syrupy-project/syrupy/issues/575)) ([bc8b3a9](https://github.com/syrupy-project/syrupy/commit/bc8b3a909bf5b75b581f16247c12c8bdd087dd9f))
### BREAKING CHANGES
* **amber:** update to serialization requires regeneration of snapshots
Migration Guide
* `pytest --snapshot-update` to regenerate amber snapshots
## [1.7.4](https://github.com/syrupy-project/syrupy/compare/v1.7.3...v1.7.4) (2022-02-16)
### Bug Fixes
* support pytest 7 ([#594](https://github.com/syrupy-project/syrupy/issues/594)) ([17f0660](https://github.com/syrupy-project/syrupy/commit/17f0660b5a2b39b417cff38d9a3d6122e7fa8140))
## [1.7.3](https://github.com/syrupy-project/syrupy/compare/v1.7.2...v1.7.3) (2022-01-25)
### Bug Fixes
* **json:** use additional forward references for py3.7 ([#587](https://github.com/syrupy-project/syrupy/issues/587)) ([8489e93](https://github.com/syrupy-project/syrupy/commit/8489e93477f2f38d1ef2ab499d58c4de069f7993))
## [1.7.2](https://github.com/syrupy-project/syrupy/compare/v1.7.1...v1.7.2) (2022-01-25)
### Bug Fixes
* **json:** use forward references for py3.7 compatibility ([#586](https://github.com/syrupy-project/syrupy/issues/586)) ([8f0db02](https://github.com/syrupy-project/syrupy/commit/8f0db02037be83527881927552663f5d9aeb4d10))
## [1.7.1](https://github.com/syrupy-project/syrupy/compare/v1.7.0...v1.7.1) (2022-01-25)
### Bug Fixes
* compatibility with pytest-tldr ([#583](https://github.com/syrupy-project/syrupy/issues/583)) ([f6ed0b1](https://github.com/syrupy-project/syrupy/commit/f6ed0b142158f27fad651d96c7b675907a46c595))
# [1.7.0](https://github.com/syrupy-project/syrupy/compare/v1.6.0...v1.7.0) (2022-01-14)
### Bug Fixes
* ignore, this commit is to force a release ([effeadb](https://github.com/syrupy-project/syrupy/commit/effeadb751d16841222c147c6a383cca4dcf4003))
### Features
* add JSON extension as alternative to amber ([b366082](https://github.com/syrupy-project/syrupy/commit/b3660826439a7cdd0ca84abe307b711a4a283cd9))
# [1.6.0](https://github.com/syrupy-project/syrupy/compare/v1.5.0...v1.6.0) (2022-01-14)
### Features
* allow extensions to override snapshot equality check ([#548](https://github.com/syrupy-project/syrupy/issues/548)) ([a44f1b9](https://github.com/syrupy-project/syrupy/commit/a44f1b97a8b14bab57c3eed1c09cf19ec3bbbb32))
# [1.5.0](https://github.com/syrupy-project/syrupy/compare/v1.4.7...v1.5.0) (2021-11-03)
### Features
* add support for custom snapshot names, close [#555](https://github.com/syrupy-project/syrupy/issues/555) ([#563](https://github.com/syrupy-project/syrupy/issues/563)) ([81a8a45](https://github.com/syrupy-project/syrupy/commit/81a8a455ca13b88c9420cae7ce54a93baffed7e0))
## [1.4.7](https://github.com/syrupy-project/syrupy/compare/v1.4.6...v1.4.7) (2021-10-13)
### Bug Fixes
* NameError when importing SingleFileSnapshotExtension ([#557](https://github.com/syrupy-project/syrupy/issues/557)) ([935e256](https://github.com/syrupy-project/syrupy/commit/935e2563b55dc295821619d4eac318d8035296e5))
## [1.4.6](https://github.com/syrupy-project/syrupy/compare/v1.4.5...v1.4.6) (2021-10-06)
### Bug Fixes
* typo in single file extension error message ([#553](https://github.com/syrupy-project/syrupy/issues/553)) ([c4785f8](https://github.com/syrupy-project/syrupy/commit/c4785f8d1e26acbd8a327a6e6f7de7ce6f67112f))
## [1.4.5](https://github.com/syrupy-project/syrupy/compare/v1.4.4...v1.4.5) (2021-08-29)
### Bug Fixes
* filter ran items using selected items, close [#451](https://github.com/syrupy-project/syrupy/issues/451) ([#549](https://github.com/syrupy-project/syrupy/issues/549)) ([7374862](https://github.com/syrupy-project/syrupy/commit/73748627f0593d2fa4effc14ac272804e1aaf7bb))
## [1.4.4](https://github.com/syrupy-project/syrupy/compare/v1.4.3...v1.4.4) (2021-08-20)
### Performance Improvements
* memoise DataSerializer.read_file results ([#543](https://github.com/syrupy-project/syrupy/issues/543)) ([df5b516](https://github.com/syrupy-project/syrupy/commit/df5b5166bbe1ccf1fa492707f009541460813295))
## [1.4.3](https://github.com/syrupy-project/syrupy/compare/v1.4.2...v1.4.3) (2021-08-20)
### Performance Improvements
* cache session snapshot extension discovery ([#542](https://github.com/syrupy-project/syrupy/issues/542)) ([10cfc90](https://github.com/syrupy-project/syrupy/commit/10cfc9052afea119e3e62636bcb338bd3ace09c3))
## [1.4.2](https://github.com/syrupy-project/syrupy/compare/v1.4.1...v1.4.2) (2021-08-18)
### Performance Improvements
* discover snapshots once per file rather than per assertion ([#541](https://github.com/syrupy-project/syrupy/issues/541)) ([84c8b82](https://github.com/syrupy-project/syrupy/commit/84c8b82517766f08ac3ee5cef7dada4a490f75ee))
## [1.4.1](https://github.com/syrupy-project/syrupy/compare/v1.4.0...v1.4.1) (2021-08-18)
### Bug Fixes
* unused snapshot not filtered out when tests have similar names, close [#529](https://github.com/syrupy-project/syrupy/issues/529) ([#531](https://github.com/syrupy-project/syrupy/issues/531)) ([d0c8ca8](https://github.com/syrupy-project/syrupy/commit/d0c8ca8bb4f0824ed44c332a4f4cbec6242a5334))
# [1.4.0](https://github.com/syrupy-project/syrupy/compare/v1.3.1...v1.4.0) (2021-08-02)
### Features
* support regex path type matching ([#532](https://github.com/syrupy-project/syrupy/issues/532)) ([0ff4acf](https://github.com/syrupy-project/syrupy/commit/0ff4acffa082634247855e479114c2d0daecb63c))
## [1.3.1](https://github.com/syrupy-project/syrupy/compare/v1.3.0...v1.3.1) (2021-06-20)
### Bug Fixes
* support attrs v21 dependency ([#527](https://github.com/syrupy-project/syrupy/issues/527)) ([547bae8](https://github.com/syrupy-project/syrupy/commit/547bae86c860ee3dc9dfb5529a59acbbe3498206))
# [1.3.0](https://github.com/syrupy-project/syrupy/compare/v1.2.4...v1.3.0) (2021-06-05)
### Features
* **types:** explicit property matcher and filter types kwargs ([#515](https://github.com/syrupy-project/syrupy/issues/515)) ([8dddebf](https://github.com/syrupy-project/syrupy/commit/8dddebf6c217abe64b81137ad78561e0f7e8ab61))
## [1.2.4](https://github.com/syrupy-project/syrupy/compare/v1.2.3...v1.2.4) (2021-06-01)
### Bug Fixes
* correctly use pytest invocation arguments ([#507](https://github.com/syrupy-project/syrupy/issues/507)) ([8b511e5](https://github.com/syrupy-project/syrupy/commit/8b511e5561edf9e1427fa523f6c82cc411fb5848))
## [1.2.3](https://github.com/syrupy-project/syrupy/compare/v1.2.2...v1.2.3) (2021-05-12)
### Bug Fixes
* support python 3.10 ([#499](https://github.com/syrupy-project/syrupy/issues/499)) ([407ae13](https://github.com/syrupy-project/syrupy/commit/407ae135b0529a309d74ae3f3485eb121ab3b69f))
# [1.2.2](https://github.com/syrupy-project/syrupy/compare/v1.1.0...v1.2.2) (2021-03-18)
### Features
* option to report details of unused snapshots ([#467](https://github.com/syrupy-project/syrupy/issues/467)), close [#465](https://github.com/syrupy-project/syrupy/issues/465) ([1c50db0](https://github.com/syrupy-project/syrupy/commit/1c50db0c5aa6f2d7445cc0aa8fd532c48d593f2e))
# [1.1.0](https://github.com/syrupy-project/syrupy/compare/v1.0.0...v1.1.0) (2020-12-01)
### Features
* add PEP-561 py.typed file for downstream type checkers ([#440](https://github.com/syrupy-project/syrupy/issues/440)) ([fe15bdb](https://github.com/syrupy-project/syrupy/commit/fe15bdb88371848fc72ab1f63a577ac7b05637cb)), closes [#439](https://github.com/syrupy-project/syrupy/issues/439)
# [1.0.0](https://github.com/syrupy-project/syrupy/compare/v0.9.0...v1.0.0) (2020-11-13)
### Features
* update development status to stable ([#413](https://github.com/syrupy-project/syrupy/issues/413)) ([69e14c6](https://github.com/syrupy-project/syrupy/commit/69e14c67e76976865308ff6e5b0050922a142f39))
### BREAKING CHANGES
* Release v1.0.0
# [0.9.0](https://github.com/syrupy-project/syrupy/compare/v0.8.5...v0.9.0) (2020-11-13)
### Features
* expand single filename legal characters ([#398](https://github.com/syrupy-project/syrupy/issues/398)) ([302916b](https://github.com/syrupy-project/syrupy/commit/302916bb87727344cdc1a9abec8ad4e6200e2c50))
## [0.8.4](https://github.com/syrupy-project/syrupy/compare/v0.8.3...v0.8.4) (2020-10-30)
### Performance Improvements
* optimise session items data structures ([#403](https://github.com/syrupy-project/syrupy/issues/403)) ([818d405](https://github.com/syrupy-project/syrupy/commit/818d405a85c2f1f5db9d673e632677c10cb52ad9))
## [0.8.3](https://github.com/syrupy-project/syrupy/compare/v0.8.2...v0.8.3) (2020-10-30)
### Bug Fixes
* assertion exception shows error at correct location ([#402](https://github.com/syrupy-project/syrupy/issues/402)) ([d46bba4](https://github.com/syrupy-project/syrupy/commit/d46bba430fa74ec016402d3f521c4812baf07bf4))
* only perform session finish on test items ran ([#401](https://github.com/syrupy-project/syrupy/issues/401)) ([61a670f](https://github.com/syrupy-project/syrupy/commit/61a670f83ba07de148ae005573676f4507391ce4))
## [0.8.2](https://github.com/syrupy-project/syrupy/compare/v0.8.1...v0.8.2) (2020-10-30)
### Bug Fixes
* unused snapshot detection for targeting single parameterized test case ([#394](https://github.com/syrupy-project/syrupy/issues/394)) ([e008935](https://github.com/syrupy-project/syrupy/commit/e008935c052106d157196ca77415f4773a14f64a))
## [0.8.1](https://github.com/syrupy-project/syrupy/compare/v0.8.0...v0.8.1) (2020-10-29)
### Bug Fixes
* support python 3.9 ([#397](https://github.com/syrupy-project/syrupy/issues/397)) ([6013e9a](https://github.com/syrupy-project/syrupy/commit/6013e9af907b94d19df089bbfea65ca217f83a9a))
# [0.8.0](https://github.com/syrupy-project/syrupy/compare/v0.7.2...v0.8.0) (2020-10-27)
### Features
* **amber:** normalise line endings between operating systems ([#377](https://github.com/syrupy-project/syrupy/issues/377)) ([82b624d](https://github.com/syrupy-project/syrupy/commit/82b624d94259422d2f5d5a4d955b615514d0d060))
### BREAKING CHANGES
* Line control characters are normalised when snapshots are generated i.e. `\r` and `\n` characters are all written as `\n`. This is to allow interoperability of snapshots between operating systems that use disparate line control characters.
## [0.7.2](https://github.com/syrupy-project/syrupy/compare/v0.7.1...v0.7.2) (2020-09-20)
### Bug Fixes
* add support for no colors mode ([#359](https://github.com/syrupy-project/syrupy/issues/359)) ([ec39b80](https://github.com/syrupy-project/syrupy/commit/ec39b80b14189032b1b61a4959809737c56ea149))
## [0.7.1](https://github.com/syrupy-project/syrupy/compare/v0.7.0...v0.7.1) (2020-09-05)
### Bug Fixes
* support attrs <21.0.0 ([#350](https://github.com/syrupy-project/syrupy/issues/350)) ([d327168](https://github.com/syrupy-project/syrupy/commit/d327168af96385bc2c2eb97f73233ccfd9513226))
# [0.7.0](https://github.com/syrupy-project/syrupy/compare/v0.6.1...v0.7.0) (2020-08-24)
### Features
* bugfix, pass indent to multiline open tag, close [#332](https://github.com/syrupy-project/syrupy/issues/332) ([#334](https://github.com/syrupy-project/syrupy/issues/334)) ([3b06a98](https://github.com/syrupy-project/syrupy/commit/3b06a98928a64729bad7c2113e6390136bfbc512))
## [0.6.1](https://github.com/syrupy-project/syrupy/compare/v0.6.0...v0.6.1) (2020-07-29)
### Bug Fixes
* support pytest v6 ([#307](https://github.com/syrupy-project/syrupy/issues/307)) ([ef6496f](https://github.com/syrupy-project/syrupy/commit/ef6496fb50d8cfea5c9ae1c5954ae546024e28cc))
# [0.6.0](https://github.com/syrupy-project/syrupy/compare/v0.5.2...v0.6.0) (2020-07-12)
### Features
* add simple props filter helper ([#290](https://github.com/syrupy-project/syrupy/issues/290)) ([d76cc07](https://github.com/syrupy-project/syrupy/commit/d76cc07fa5b9eb7d6cbbbe4b7894e0ba29bd0df6))
## [0.5.2](https://github.com/syrupy-project/syrupy/compare/v0.5.1...v0.5.2) (2020-07-09)
### Bug Fixes
* **amber:** Do not add empty line to empty iterables ([#287](https://github.com/syrupy-project/syrupy/issues/287)) ([0b4a9b0](https://github.com/syrupy-project/syrupy/commit/0b4a9b065a235f8c62ad08e29f3f36f80b3a25d6))
## [0.5.1](https://github.com/syrupy-project/syrupy/compare/v0.5.0...v0.5.1) (2020-06-12)
### Bug Fixes
* support ignoring fields when serializing ([#262](https://github.com/syrupy-project/syrupy/issues/262)) ([f67268e](https://github.com/syrupy-project/syrupy/commit/f67268e23de477c6cc0912f34d6c6d0f70548683))
# [0.5.0](https://github.com/syrupy-project/syrupy/compare/v0.4.4...v0.5.0) (2020-06-09)
### Features
* **amber:** add property matcher support ([#245](https://github.com/syrupy-project/syrupy/issues/245)) ([83ded3c](https://github.com/syrupy-project/syrupy/commit/83ded3c73917673fcb46857eb291e26704c2c0f6))
## [0.4.4](https://github.com/syrupy-project/syrupy/compare/v0.4.3...v0.4.4) (2020-06-02)
### Bug Fixes
* only process valid test nodes in report, close [#246](https://github.com/syrupy-project/syrupy/issues/246) ([#247](https://github.com/syrupy-project/syrupy/issues/247)) ([8ed194c](https://github.com/syrupy-project/syrupy/commit/8ed194cc9e7365c6c4fbd9fcd45d403646334b18))
## [0.4.3](https://github.com/syrupy-project/syrupy/compare/v0.4.2...v0.4.3) (2020-05-27)
### Bug Fixes
* Update setup.py, so that it allows for any Python 3.6+ version to be used ([25c2688](https://github.com/syrupy-project/syrupy/commit/25c26881629589949e5877f829f54249deec05b2))
## [0.4.2](https://github.com/syrupy-project/syrupy/compare/v0.4.1...v0.4.2) (2020-04-22)
### Bug Fixes
* Handle dotted parameters in classname ([#200](https://github.com/syrupy-project/syrupy/issues/200)) ([d961f7c](https://github.com/syrupy-project/syrupy/commit/d961f7cfdde4d3eb36777acce7d2926968531447))
## [0.4.1](https://github.com/syrupy-project/syrupy/compare/v0.4.0...v0.4.1) (2020-04-19)
### Bug Fixes
* specify encoding when reading and writing amber fossils ([#198](https://github.com/syrupy-project/syrupy/issues/198)) ([a6a53c4](https://github.com/syrupy-project/syrupy/commit/a6a53c4065880433953b1372e6057e2c8ec03768))
# [0.4.0](https://github.com/syrupy-project/syrupy/compare/v0.3.12...v0.4.0) (2020-04-19)
### Bug Fixes
* remove added trailing whitespace from multiline string ([24f3d57](https://github.com/syrupy-project/syrupy/commit/24f3d577726bc9c9b09433780f1647adc8fd35a4))
### Features
* **amber:** indent multiline strings, close [#193](https://github.com/syrupy-project/syrupy/issues/193) ([#194](https://github.com/syrupy-project/syrupy/issues/194)) ([de5af3e](https://github.com/syrupy-project/syrupy/commit/de5af3e233712e1db3132b0cdbcc6325dcb9a625))
## [0.3.12](https://github.com/syrupy-project/syrupy/compare/v0.3.11...v0.3.12) (2020-04-19)
### Bug Fixes
* use the test node location when determining snapshot class name ([#197](https://github.com/syrupy-project/syrupy/issues/197)) ([1010c94](https://github.com/syrupy-project/syrupy/commit/1010c94378dbf325fe3fda6a2f563ae152c640ca))
## [0.3.11](https://github.com/syrupy-project/syrupy/compare/v0.3.10...v0.3.11) (2020-04-17)
### Bug Fixes
* show snapshot data in report when does not exist ([#191](https://github.com/syrupy-project/syrupy/issues/191)) ([7ebdca2](https://github.com/syrupy-project/syrupy/commit/7ebdca2d5537ce6f311b09e812aa54ffc141222e))
## [0.3.10](https://github.com/syrupy-project/syrupy/compare/v0.3.9...v0.3.10) (2020-04-15)
### Bug Fixes
* parsing identifiers from snapshot names ([#186](https://github.com/syrupy-project/syrupy/issues/186)) ([#187](https://github.com/syrupy-project/syrupy/issues/187)) ([45a2931](https://github.com/syrupy-project/syrupy/commit/45a29312a8a416db420cb2c9a839069dfc289c46))
## [0.3.9](https://github.com/syrupy-project/syrupy/compare/v0.3.8...v0.3.9) (2020-04-08)
### Bug Fixes
* correctly track unused snapshots in classes ([#177](https://github.com/syrupy-project/syrupy/issues/177)) ([f780501](https://github.com/syrupy-project/syrupy/commit/f7805015ac874843fbd996d209a6a6851f5d0ba2))
## [0.3.8](https://github.com/syrupy-project/syrupy/compare/v0.3.7...v0.3.8) (2020-04-03)
### Performance Improvements
* only clear assertion `_extension` when overridden ([#172](https://github.com/syrupy-project/syrupy/issues/172)) ([82eae91](https://github.com/syrupy-project/syrupy/commit/82eae91a2156556753ced22eb9b6cc97594b6f9c))
## [0.3.7](https://github.com/syrupy-project/syrupy/compare/v0.3.6...v0.3.7) (2020-03-24)
### Bug Fixes
* support call syntax for snapshot fixture overriding ([#160](https://github.com/syrupy-project/syrupy/issues/160)) ([4cf051c](https://github.com/syrupy-project/syrupy/commit/4cf051c808da59d7b5a4dcad6cae440dae262541))
## [0.3.6](https://github.com/syrupy-project/syrupy/compare/v0.3.5...v0.3.6) (2020-03-10)
### Bug Fixes
* specify correct min version of pytest ([#157](https://github.com/syrupy-project/syrupy/issues/157)) ([858bec7](https://github.com/syrupy-project/syrupy/commit/858bec7e3205679eb0099bde66af564002c4af8d))
## [0.3.5](https://github.com/syrupy-project/syrupy/compare/v0.3.4...v0.3.5) (2020-03-08)
### Bug Fixes
* snapshot name warning showing on false negatives ([#151](https://github.com/syrupy-project/syrupy/issues/151)) ([d56860b](https://github.com/syrupy-project/syrupy/commit/d56860b9005ee21a04f36f0ea7550fe8c4d7323a))
## [0.3.4](https://github.com/syrupy-project/syrupy/compare/v0.3.3...v0.3.4) (2020-03-08)
### Bug Fixes
* show hidden line characters and accessible colors ([#126](https://github.com/syrupy-project/syrupy/issues/126)) ([fa442df](https://github.com/syrupy-project/syrupy/commit/fa442df2981406b31065938c57b6ee8eaed2e724)), closes [#150](https://github.com/syrupy-project/syrupy/issues/150)
## [v0.3.3](https://github.com/syrupy-project/syrupy/compare/v0.3.2...v0.3.3)
- Conversion of all `os.path` and `os.walk` calls to use `pathlib` instead, setting `pathlib` as the new preferred way of doing path operations (#130)
- Add `--snapshot-default-extension` option to specify extension class via pytest cli (#132)
- Fix bug where snapshot diffs were erroneously printed (#135)
- Fix bug where snapshot names were incorrectly matching tests (#136)
- Fix bug where deleted snapshots where incorrectly colored (#136)
- Fix bug where targeting specific test nodes did not filter out unused snapshots (#139)
- Fix bug where snapshot report was printed out before the pytest report (#144)
## [v0.3.2](https://github.com/syrupy-project/syrupy/compare/v0.3.1...v0.3.2)
- Fix bug where untargeted snapshots would be deleted when using pytest in targeted mode (#123)
- Fix bug where snapshot files were not cleaned up when running specific test files (#127)
- Fix bug where targeting specific test nodes in a test file was not supported (#127)
- Fix bug where targeting specific test modules using pyargs was not supported (#127)
## [v0.3.1](https://github.com/syrupy-project/syrupy/compare/v0.3.0...v0.3.1)
- Fix bug where newline control characters were being translated based on platform (#113)
## [v0.3.0](https://github.com/syrupy-project/syrupy/compare/v0.2.0...v0.3.0)
- Adds support for named tuple fields (#108)
- Add trailing commas to class fields (#108)
- Specify explicit version range for pytest peer dependency (#111)
## [v0.2.0](https://github.com/syrupy-project/syrupy/compare/v0.1.0...v0.2.0)
- Fix issue with using hashables as dict keys or in sets (#103)
- Add support for custom objects repr (#101)
- Add support for nested test classes (#99)
- Remove `_snapshot_subdirectory_name` from `SnapshotFossilizer` (#99)
## [v0.1.0](https://github.com/syrupy-project/syrupy/tree/v0.1.0)
- Initial release respecting [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|