You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,15 +28,15 @@ The creation of this library would not have been possible without the kind suppo
29
28
## Installation
30
29
31
30
```shell
32
-
composer require spojenet/flexibee
31
+
composer require spojenete/abraflexi
33
32
```
34
33
35
34
so that your resulting composer.json contains:
36
35
37
36
```json
38
37
{
39
38
"require": {
40
-
"spojenet/flexibee": "^3.6"
39
+
"spojenete/abraflexi": "^3.7"
41
40
}
42
41
}
43
42
```
@@ -190,6 +189,13 @@ During the life of the object, errors are recorded and only the first of each ki
190
189
* New class AbraFlexi\Code replacing Functions::code and Functions::uncode
191
190
* Classes are available for all records (not just the frequently used ones)
192
191
192
+
## Changes in version 3.7
193
+
194
+
* Enhanced code generation tools for evidence classes
195
+
* Improved error handling and exception management
196
+
* Added comprehensive PHPUnit test coverage for new classes
197
+
* Enhanced internationalization support with English translations
198
+
193
199
## Example of creating an instance of the FakturaVydana class
194
200
195
201
The default **Native types** mean that from the server, in a field containing a date, you get a PHP DateTime object. In the 'id' column, an integer, etc. This behavior can be disabled using the constructor parameter `['nativeTypes' = false]`
0 commit comments