Skip to content

Commit

Permalink
docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbcgua authored Jan 22, 2025
1 parent a876d5e commit 0211744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ You can install the whole code using [abapGit](https://github.com/abapGit/abapGi

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.

The package contains 2 subpackages: `core` (the tool itself) and `examples` (example programs). The latter can be skipped for the deserialization (abapGit supports filename filtering - specify `*/examples/*` in the corresponding repo setting).

## Example of usage

Source text file (CRLF as a line delimiter, TAB as a field delimiter)
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Legend
+ : added
- : removed

v2.3.6, 2023-07-11
v2.4.0, 2025-01-22
------------------
! BREAKING: version constant was moved zif_text2tab. zif_text2tab_constants is deleted.
! Restructured packages: core objects were separated from examples, to improve deployment
! Restructured packages: core objects were separated from examples, to improve deployment (abapGit supports skipping packages, so examples package can be left out of the real system)

v2.3.5, 2023-07-11
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/core/zif_text2tab.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface zif_text2tab

constants c_auto_detect_by_space type ty_begin_comment value cl_abap_char_utilities=>maxchar.

constants version type string value 'v2.3.4'. "#EC NOTEXT
constants version type string value 'v2.4.0'. "#EC NOTEXT
constants origin type string value 'https://github.com/sbcgua/text2tab'. "#EC NOTEXT
constants license type string value 'MIT'. "#EC NOTEXT

Expand Down

0 comments on commit 0211744

Please sign in to comment.