Skip to content

Releases: live-controls/utils

Version 2.1.0

15 Jun 14:44
6bcac10

Choose a tag to compare

What's Changed

  • feat: Added support for new CNPJ numbers by @daredloco in #3

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

14 Jun 11:45
84a1f75

Choose a tag to compare

We left the LiveControls\Utils\Utils class inside, but marked all methods as deprecated. They will be removed in a later version!

What's Changed

  • Removing the single Utils class and add dedicated classes per usecase by @daredloco in #1
  • fix: Added Utils class again and minor fixes in Files and Numbers class by @daredloco in #2

New Contributors

Full Changelog: v1.5.0...v2.0.0

Version 1.5.0

13 Apr 20:42

Choose a tag to compare

Whats New

  • Added safeString and safeStringFromArray methods to generate safe strings.

Fixes

  • Fixed various smaller bugs and errors

Full Changelog: v1.4.16...v1.5.0

Version 1.4.16

01 Apr 17:16

Choose a tag to compare

Fixes

  • Made secondsToTime method public static.

Full Changelog: v1.4.15...v1.4.16

Version 1.4.15

01 Apr 17:14

Choose a tag to compare

Fixes

  • Fixed invalid namespace for SocialSecurityNumberTypes

Full Changelog: v1.4.14...v1.4.15

Version 1.4.14

01 Apr 17:09

Choose a tag to compare

Whats New

  • Added secondsToTime method to Utils class. This method lets you write a formatted string from a time value in seconds.

Full Changelog: v1.4.13...v1.4.14

Version 1.4.13

20 Mar 13:10

Choose a tag to compare

Version 1.4.12

01 Dec 12:53

Choose a tag to compare

#Whats New?

  • Added convertHtmlToMD method to convert pure Html to MD and strip html tags

Full Changelog: v1.4.11...v1.4.12

Version 1.4.11

13 Oct 22:23

Choose a tag to compare

Fixes

  • Fixed invalid namespace for Enum

Full Changelog: v1.4.10...v1.4.11

Version 1.4.10

13 Oct 22:17

Choose a tag to compare

Whats New?

  • Added SocialSecurityNumberTypes enum
  • Added getSocialSecurityNumberType method to Utils class

Full Changelog: v1.4.9...v1.4.10