Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
04119a3
Update copyright year in LICENSE file
javadev Dec 7, 2025
0ab0552
Update copyright year in Base32.java
javadev Dec 7, 2025
b5e96df
Update copyright year in Json.java
javadev Dec 7, 2025
9c1c79a
Update copyright year in U.java
javadev Dec 7, 2025
df9a09d
Update copyright year in Underscore.java
javadev Dec 7, 2025
6c9f979
Update copyright year in Xml.java
javadev Dec 7, 2025
613176f
Update copyright year in XmlBuilder.java
javadev Dec 7, 2025
c30f1a0
Update copyright year in ArraysTest.java
javadev Dec 7, 2025
f3483dd
Update copyright year in Base32Test.java
javadev Dec 7, 2025
cd5bfa7
Update copyright year in ChainingTest.java
javadev Dec 7, 2025
6b12f1e
Update copyright year in CollectionsTest.java
javadev Dec 7, 2025
1904522
Update copyright year in FunctionsTest.java
javadev Dec 7, 2025
e83ebed
Update copyright year in LodashTest.java
javadev Dec 7, 2025
e63efc8
Update copyright year in MathTest.java
javadev Dec 7, 2025
2a1b64c
Update copyright year in ObjectsTest.java
javadev Dec 7, 2025
bcd7925
Update StringTest.java
javadev Dec 7, 2025
a64ec99
Update UnderscoreTest.java
javadev Dec 7, 2025
c3bf03f
Update UtilityTest.java
javadev Dec 7, 2025
bb26ccd
Update XmlBuilderTest.java
javadev Dec 7, 2025
4791753
Update Chaining.java
javadev Dec 7, 2025
681e85c
Update FromJson.java
javadev Dec 7, 2025
beec165
Update FromXml.java
javadev Dec 7, 2025
d2faf32
Update Function3.java
javadev Dec 7, 2025
7e621da
Update Optional.java
javadev Dec 7, 2025
7b10dbb
Update Xor.java
javadev Dec 7, 2025
4598765
Update SnakeCase.java
javadev Dec 7, 2025
ea664b6
Update Intersection.java
javadev Dec 7, 2025
894e875
Update ChainingTest.java
javadev Dec 7, 2025
12225ce
Update FromJsonTest.java
javadev Dec 7, 2025
e618f5b
Update FromXmlTest.java
javadev Dec 7, 2025
50df9ab
Update IntersectionTest.java
javadev Dec 7, 2025
001146a
Update SnakeCaseTest.java
javadev Dec 7, 2025
1073e87
Update XorTest.java
javadev Dec 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2015-2025 Valentyn Kolesnikov <[email protected]>
Copyright (c) 2015-2026 Valentyn Kolesnikov <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/underscore/Base32.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/underscore/Json.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/underscore/U.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/underscore/Underscore.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/underscore/Xml.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/underscore/XmlBuilder.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2023-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2023-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/ArraysTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/Base32Test.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/ChainingTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/CollectionsTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/FunctionsTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/LodashTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/MathTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/ObjectsTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/StringTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/UnderscoreTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/UtilityTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2015-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/github/underscore/XmlBuilderTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright 2023-2025 Valentyn Kolesnikov <[email protected]>
* Copyright 2023-2026 Valentyn Kolesnikov <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading