Skip to content

Commit a9ae767

Browse files
committed
Updated to 1.1.7 version
1 parent fe0b431 commit a9ae767

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ phpmd.xml export-ignore
99
.editorconfig export-ignore
1010
.gitattributes export-ignore
1111
.gitignore export-ignore
12-
.php_cs.dist export-ignore
12+
.php_cs.dist export-ignore
13+
CONDUCT.md export-ignore

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.1.7 - 2018-01-04
44

5+
* The tests were fixed.
6+
7+
* Changes in documentation.
8+
59
* JSON last error handling was implemented in a new class and replace collections with switch case: `JsonLastError`.
610

711
* Tests were implemented for `JsonLastError` class.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) `2016 - 2017` `Josantonius, https://josantonius.com <hello@josantonius.com>`
4+
Copyright (c) `2016 - 2018` `Josantonius, https://josantonius.com <hello@josantonius.com>`
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal in

README-ES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ Esta biblioteca utiliza [control de excepciones](src/Exception) que puedes perso
193193

194194
## ☑ Tareas pendientes
195195

196-
- [ ] Añadir nueva funcionalidad
197-
- [ ] Mejorar pruebas
198-
- [ ] Mejorar documentación
199-
- [ ] Refactorizar código
196+
- [ ] Añadir nueva funcionalidad.
197+
- [ ] Mejorar pruebas.
198+
- [ ] Mejorar documentación.
199+
- [ ] Refactorizar código para las reglas de estilo de código deshabilitadas. Ver [phpmd.xml](phpmd.xml) y [.php_cs.dist](.php_cs.dist).
200200

201201
## Contribuir
202202

@@ -213,6 +213,12 @@ Si deseas colaborar, puedes echar un vistazo a la lista de
213213
* Crea una nueva rama (**branch**), **commit**, **push** y envíame un
214214
[pull request](https://help.github.com/articles/using-pull-requests).
215215

216+
**¡Gracias a quienes ya habéis contribuido a este proyecto!**
217+
218+
[<img alt="peter279k" src="https://avatars2.githubusercontent.com/u/9021747?v=4&s=117" height="117" width="117">](https://github.com/peter279k) |
219+
:---:|
220+
[peter279k](https://github.com/peter279k)|
221+
216222
## Repositorio
217223

218224
La estructura de archivos de este repositorio se creó con [PHP-Skeleton](https://github.com/Josantonius/PHP-Skeleton).

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ This library uses [exception handler](src/Exception) that you can customize.
193193

194194
## ☑ TODO
195195

196-
- [ ] Add new feature
197-
- [ ] Improve tests
198-
- [ ] Improve documentation
199-
- [ ] Refactor code
196+
- [ ] Add new feature.
197+
- [ ] Improve tests.
198+
- [ ] Improve documentation.
199+
- [ ] Refactor code for disabled code style rules. See [phpmd.xml](phpmd.xml) and [.php_cs.dist](.php_cs.dist).
200200

201201
## Contribute
202202

@@ -213,6 +213,12 @@ If you would like to help, please take a look at the list of
213213
* Create a **branch**, **commit**, **push** and send me a
214214
[pull request](https://help.github.com/articles/using-pull-requests).
215215

216+
**Thank you to all the people who already contributed to this project!**
217+
218+
[<img alt="peter279k" src="https://avatars2.githubusercontent.com/u/9021747?v=4&s=117" height="117" width="117">](https://github.com/peter279k) |
219+
:---:|
220+
[peter279k](https://github.com/peter279k)|
221+
216222
## Repository
217223

218224
The file structure from this repository was created with [PHP-Skeleton](https://github.com/Josantonius/PHP-Skeleton).

tests/JsonTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* Tests class for Json library.
18-
*
19-
* @since 1.1.3
2018
*/
2119
class JsonTest extends TestCase
2220
{

0 commit comments

Comments
 (0)