|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.62, 1.19 - Added new mode REPLACE_EMPTY_VALUE_WITH_NULL to the U.xmlToJson() method. - Added remove(path) and clear() for object and array builder. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.01.2021, 06:51 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.63, 1.20 - Added new mode for jsonToXml() method FORCE_ATTRIBUTE_USAGE. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.02.2021, 04:50 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.64, 1.21 - Fixed Template should not fail when value has dollar. - Improved \r escape in xml. - Added new mode FORCE_ATTRIBUTE_USAGE_AND_DEFINE_ROOT_NAME to the U.jsonToXml(). - Improved unescape xml attributes. - Added method U.jsonToXml(json, newRootName). С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.03.2021, 07:47 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.65, 1.22 - Added new mode REPLACE_NULL_WITH_EMPTY_VALUE to the U.jsonToXml(). С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.04.2021, 08:13 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.66, 1.23 - Added U.mapMulti(list, mapper) method. Код: java 1. 2. 3. 4. 5. 6.
С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.05.2021, 10:18 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Пример spring контроллера для библиотеки. Код: java 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63.
Хорошего вам дня! ... |
|||
:
Нравится:
Не нравится:
|
|||
22.05.2021, 10:32 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.67, 1.24 - Added toChain() method for object and array builder. - Updated underscore.js with version 1.13.1. - Added new modes REPLACE_EMPTY_TAG_WITH_NULL and REPLACE_EMPTY_TAG_WITH_EMPTY_STRING for the U.xmlToJson(xml). - Added new mode REPLACE_EMPTY_STRING_WITH_EMPTY_VALUE to the U.jsonToXml(json). - Added spring boot example. - Improved github workflows. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.06.2021, 05:55 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.68, 1.25 - Added set(path, value) for chain. - Added Optional.toJavaOptional(), changed Optional.toString(). - Formated source codes. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.07.2021, 05:21 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.69, 1.26. - Added windows and sonar builds, added cache maven packages in github actions. - Renamed com.github.underscore.U with com.github.underscore.Underscore. - Added new mode REMOVE_FIRST_LEVEL_XML_TO_JSON to the U.xmlToJson() method. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.09.2021, 07:14 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.70, 1.27. - Added codeql analysis support. - Added new mode FORCE_ADD_ROOT_JSON_TO_XML to the U.jsonToXml(json, mode, [newRootName]). - Fixed warning Unsafe hostname verification С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.10.2021, 06:26 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.71, 1.28 - Added U.objectBuilder().fromMap(map). - Changed default format for json and xml with two spaces. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.11.2021, 07:38 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.72, 1.29 - Added method U.replaceNilWithNull(map). С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.12.2021, 06:47 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.73, 1.30 - Fixed encoding problem for POST and PUT requests. - Added fetch with retry. - Added FetchResponse.jsonMap(), FetchResponse.xmlMap() and ObjectBuilder.addMap(map) methods. - Added methods U.objectBuilder().addNull("Key") and U.arrayBuilder().addNull(). - Fixed sonar warnings. - Migrated to junit 5. - Updated dependent libraries for spring-boot example. - Added StringJoiner to generate json. - Introduced methods U.downloadUrl(url, fileName) and U.decompressGzip(source, target). С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.01.2022, 09:30 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.74, 1.31 - Moved classes from package com.github.underscore.lodash to the com.github.underscore. С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.02.2022, 04:20 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.75, 1.32 - Added methods U.jsonToXml(json, identStep) and U.xmlToJson(xml, identStep). С уважением, Валентин ... |
|||
:
Нравится:
Не нравится:
|
|||
01.03.2022, 16:46 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Недавно были выпущены новые версии библиотек: 1.92, 1.49 - The interfaces have been relocated within the Underscore class - XML attribute parser has been enhanced ... |
|||
:
Нравится:
Не нравится:
|
|||
25.08.2023, 17:49 |
|
Underscore.js библиотека для java.
|
|||
---|---|---|---|
#18+
Были недавно выпущены новые версии библиотек: 1.93 и 1.50 - Substituted the customized Optional with java.util.Optional - Updated junit - Improved json parser tests ... |
|||
:
Нравится:
Не нравится:
|
|||
01.09.2023, 09:45 |
|
|
start [/forum/topic.php?fid=59&msg=40130916&tid=2120229]: |
0ms |
get settings: |
11ms |
get forum list: |
15ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
36ms |
get topic data: |
11ms |
get forum data: |
3ms |
get page messages: |
58ms |
get tp. blocked users: |
1ms |
others: | 250ms |
total: | 393ms |
0 / 0 |