Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Release 2.3.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Dec 16, 2021
1 parent faa3568 commit eeb4001
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.3.0 (2021-12-16)
### Added
- Transformation of specific fields in object/array type properties in `RECORD` by using XPath syntax.
- Conditions on specific fields in object/array type properties in `RECORD`.

## 2.2.0 (2021-09-17)
### Added
- New transformation MASK-STRING-SKIP-ENDS-n. The transformation masks the string except start and end n-characters.
Expand All @@ -14,5 +19,5 @@

## 2.0.0 (2020-03-17)

### changed
### Changed
- Stop trimming transformed values
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='pipelinewise-transform-field',
version='2.2.0',
version='2.3.0',
description='Singer.io simple field transformer between taps and targets - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit eeb4001

Please sign in to comment.