Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Version 1.21

Compare
Choose a tag to compare
@javadev javadev released this 02 Jan 07:41
· 38 commits to master since this release
  • Added method U.fromXmlMap(string).
  • Added method U.fromJsonMap(string).
  • Added method U.isJsonNumber(string).
  • Fixed U.capitalize() and U.uncapitalize() methods.
  • Added support for type in U.fromJson(string) and U.fromXml(string) methods.
  • Added method U.remove(map, key).