Skip to content

Releases: arthurkushman/pgo

Change ioutil to os/io implementation

14 Mar 14:48
2a0b51e
Compare
Choose a tag to compare

Change ioutil to os/io implementation
Update version to 1.16 in go.mod
Add more test cases for html.StripTags

Add ArrayUdiff to make diffs on arrays with user defined function

13 Sep 17:57
Compare
Choose a tag to compare
Merge branch 'issue-29'

# Conflicts:
#	README.md
#	array_test.go

Add Serialize/Unserialize methods based on gob

11 May 18:40
Compare
Choose a tag to compare
v0.8.1

#44: Add Serialize/Unserialize methods based on gob to readme + fixes

Fix module name in go.mod + tests

06 Apr 09:49
Compare
Choose a tag to compare
0.7.5

#hotfix: Fix module definition in go.mod + tests

Add Md5, Sha1, Sha2, HashFile functions

19 Mar 06:21
Compare
Choose a tag to compare
0.7.4

#43: Add HashFile function to README.md menu

Add Rand(min, max) func to generate pseudo-random integer between min and max

19 Jan 10:06
Compare
Choose a tag to compare
#42: Add Rand func to generate a pseudo-random integer between min an…

…d max based on unix-nano time seed

Add PriorityQueue implementation

23 Dec 14:32
855a10f
Compare
Choose a tag to compare
Feature/39 priority queue (#40)

* #39: Add PriorityQueue implementation with prepared Item struct

* #39: Add PriorityQueue implementation with prepared Item struct + fix ref

Add Milliseconds/Microseconds and UnixMicro/UnixMilli funks to date

06 Dec 15:48
c64717b
Compare
Choose a tag to compare

Panic to error in date/files to exclude server crashing

12 Nov 19:42
Compare
Choose a tag to compare
0.6.6

#33: Fix cap letter in err, Remove unused const

Add GetMrxx + ip2Long/Long2Ip networking functions

10 Nov 15:57
Compare
Choose a tag to compare