forked from GAumala/KotlinSnapshot
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reduce the JDK version for spring CI job * Prepare next snapshot * Update reamde * Install local dependency on ci
- Loading branch information
Showing
11 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,25 +161,6 @@ class CustomKotlinJsonSerialization: SerializationModule { | |
} | ||
``` | ||
|
||
### Changelog | ||
|
||
#### 2.2.0 Improve diff coloring: | ||
|
||
* User more conventional diff coloring | ||
* Support window line endings replacing '\r\n' to '\n' | ||
|
||
#### 2.1.1 Fixed JUnit 5 support: | ||
|
||
#### 2.1.0 Improve IntelliJ and JUnit 5 support: | ||
|
||
* Support for nullable types. | ||
* Improved IntelliJ Support. | ||
* Add JUnit 5 Support | ||
|
||
#### 2.0.0 Improve the serialization format: | ||
|
||
* We've replaced the old serialization format with a custom JSON format letting the user review the snapshots easily and unify the format. **If you update the library to a 2.X version or greater you'll have to record all your tests again.** | ||
|
||
### Sending your PR | ||
|
||
If you would like to contribute code to this repository you can do so through GitHub by creating a new branch in the repository and sending a pull request or opening an issue. Please, remember that there are some requirements you have to pass before accepting your contribution: | ||
|
@@ -192,10 +173,22 @@ If you would like to contribute code to this repository you can do so through Gi | |
* Review if your changes affects the repository documentation and update it. | ||
* Describe the PR content and don't hesitate to add comments to explain us why you've added or changed something. | ||
|
||
Developed By | ||
------------ | ||
|
||
* Pedro Vicente Gómez Sánchez - <[email protected]> | ||
|
||
<a href="https://twitter.com/pedro_g_s"> | ||
<img alt="Follow me on Twitter" src="https://image.freepik.com/iconos-gratis/twitter-logo_318-40209.jpg" height="60" width="60"/> | ||
</a> | ||
<a href="https://es.linkedin.com/in/pedrovgs"> | ||
<img alt="Add me to Linkedin" src="https://image.freepik.com/iconos-gratis/boton-del-logotipo-linkedin_318-84979.png" height="60" width="60"/> | ||
</a> | ||
|
||
License | ||
------- | ||
|
||
Copyright 2018 Karumi | ||
Copyright 2022 Pedro Vicente Gómez Sánchez | ||
|
||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters