Skip to content

Commit

Permalink
docs, root cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
sbcgua authored Nov 18, 2024
1 parent fe42678 commit caff6a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 83 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ABAP text2tab parser and serializer (ex. Abap data parser)

![abaplint](https://github.com/sbcgua/text2tab/workflows/abaplint/badge.svg)
![Version](https://img.shields.io/github/v/tag/sbcgua/abap_data_parser.svg)
![Version](https://img.shields.io/github/v/tag/sbcgua/text2tab.svg)

TAB-delimited text parser and serializer for ABAP
*[changelog](./changelog.txt)*
Expand Down Expand Up @@ -30,7 +30,7 @@ The package also contains 2 **examples**:

## Installation

You can install the whole code using [abapGit](https://github.com/larshp/abapGit) tool (recommended way). Alternatively, you can also copy content of `*.clas.abap` to your program (please keep the homepage reference and license text).
You can install the whole code using [abapGit](https://github.com/abapGit/abapGit) tool.

The tool is open source and distributed under MIT license. It was initially created as a part of another project - [mockup loader](https://github.com/sbcgua/mockup_loader) - but then separated as an independent multi-usage tool.

Expand Down Expand Up @@ -391,7 +391,7 @@ This is supported in parser only at the moment. Serializer does not produce many

## Checking version

`zif_text2tab_constants` has the `version` attribute. And there is a helper method `check_version_fits` to check if the text2tab package has the minimal required version.
`zif_text2tab` has the `version` attribute. And there is a helper method `check_version_fits` to check if the text2tab package has the minimal required version. To extract the current version prefer `zcl_text2tab_parser=>version( )` method.

```abap
* Assuming version is 2.1.0
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ Legend
+ : added
- : removed

v2.3.5, 2023-07-??
v2.3.6, 2023-07-11
------------------
! BREAKING: version constant was moved zif_text2tab. zif_text2tab_constants is deleted.
! Restructured packages: core objects were separated from examples, to improve deployment

v2.3.5, 2023-07-11
------------------
* code and type cleanups
+ possibility to keep fields_only order during serialization #25
Expand Down
53 changes: 0 additions & 53 deletions package-lock.json

This file was deleted.

26 changes: 0 additions & 26 deletions package.json

This file was deleted.

0 comments on commit caff6a8

Please sign in to comment.