Skip to content

Releases: vfmunhoz/kotlin-protected-types

v1.0.0

28 Aug 04:52
Compare
Choose a tag to compare

v1.0.0 (2021-08-28)

Features

  • types: add jackson support (965bc8e)
  • types: add toProtected function for numeric types (94e952e)
  • configs: update kotlin to 1.5.21 (1f0bdda)
  • protected-string: add ignore set for string obfuscation (1594e94)
  • protected-string: add more functionalities for conversion and concatenation (79af8bc)
  • types: add obfuscation for number types (8196e5e)
  • protected-byte: add more use cases for byte operators and unit tests (c717b81)
  • protected-short: add more use cases for short operators and unit tests (7f16819)
  • protected-int: add more use cases for int operators and unit tests (8885ee3)
  • protected-long: add more use cases for long operators and unit tests (2c8d8a4)
  • protected-double: add more use cases for double operators and unit tests (63f9fe7)
  • protected-double: add more use cases for plus and minus operators (0fec54e)
  • add proctected data types for kotlin primitives (cb9439d)

Bug Fixes

  • protected-string: was adding the split token in front of the string after obfuscation (738728d)

Breaking Changes

  • updates kotlin library version