go-sanitize

Golang library of simple to use sanitation functions

APACHE-2.0 License

Stars
32

Bot releases are hidden (Show)

go-sanitize - Release v1.1.5

Published by mrz1836 about 3 years ago

Changelog

6605632 Added some examples of IPv6 changing values as it's sanitized
d216adb Fix for domains with leading spaces or tabs
e561b4e Removed ref to old golint

go-sanitize - Release v1.1.4

Published by mrz1836 over 3 years ago

Changelog

e8cfcc9 Added a test case for IP address, grammar mods
4554126 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
fec7b83 Merge pull request #2 from mrz1836/dependabot/go_modules/master/github.com/stretchr/testify-1.7.0
80feb11 Minor tweaks
0a3f348 Run both versions of Go, once a day
3f5c182 Run go 1.16
452723c Updated links
e220411 Updated makefiles
c12e63f Upgraded linter, removed some deprecations

go-sanitize - Release v1.1.3

Published by mrz1836 almost 4 years ago

Changelog

705190e Fix for www case insensitive

go-sanitize - Release v1.1.2

Published by mrz1836 almost 4 years ago

Changelog

ff3428a Added basic examples
5e88bd0 Added dependabot, updated makefile
50a5580 Added support for urls that have commas
6dcd3b9 Added testify
eeb30f7 Ignore disabled line
bad7fd1 Moving from Travis to Github Actions
8335a0c Updated some tests
3d8ac92 Updated version coverage

go-sanitize - Release v1.1.1

Published by mrz1836 about 4 years ago

Changelog

904fb24 Added basic security disclosure
2bd14cf Ignore code coverage results
94aa003 Run tests in parallel
9928693 Update the make help cmds list
9a1a295 Updated common go files
6adca40 Updates for new linting package

go-sanitize - Release v1.1.0

Published by mrz1836 about 4 years ago

Changelog

652105d Fixed benchmark cmd
1703903 Upgraded to go 1.15

go-sanitize - Release v1.0.14

Published by mrz1836 over 4 years ago

Changelog

35c3b6c Added new go make cmd
d8df375 Added support for medium article urls
3f6729d Adjust the orientation
b2223d1 Check for dist folder before trying to remove
be13439 Fixed copy mistake
10a5893 Migrated to travis-ci.com
8a02e33 Minor spacing fixes
54df233 Minor updates
b234710 Move doc button to documentation section
b706405 Release now also syncs godocs
35f29eb Updated makefile commands
9128545 Updated readme and makefile
7336a12 Use make in travis
df62c7d Use new makefile structure

go-sanitize - Release v1.0.13

Published by mrz1836 over 4 years ago

Changelog

22e0087 Added commands back, code coverage
b752ad9 Cleaned up tests and benchmarks
e444bc5 Cleaning up some tests
dcd4147 Does not get triggered
8c1a546 Fixed link to go to new docs
e850f00 Minor comments, fixed grammar
14948a0 Run make commands
814fdc0 Testing coverage exporting

go-sanitize - Release v1.0.12

Published by mrz1836 over 4 years ago

Changelog

d611d97 Added new makefile
679f076 Added notes on deployment and makefile
2e32150 Adding goreleaser integration
5a9d119 Compile and run in one shot
92427d2 Minor updates
dae2a69 Removed old codacy integration
16141ed Turn off prerelease

go-sanitize - Release v1.0.11

Published by mrz1836 over 4 years ago

  • Upgraded to go 1.14
  • Fixed comments to follow go standards
go-sanitize - Release v1.0.10

Published by mrz1836 almost 5 years ago

  • Using the same empty space byte
  • Minor changes
go-sanitize - Release v1.0.9

Published by mrz1836 almost 5 years ago

  • Upgraded to go mod (go convention since 1.13)
go-sanitize - Release v1.0.8

Published by mrz1836 about 5 years ago

  • Minor updates, comments, readme etc
go-sanitize - Release v1.0.7

Published by mrz1836 over 5 years ago

  • Improved single line method (more line feed characters, tab character)
go-sanitize - Release v1.0.6

Published by mrz1836 almost 6 years ago

  • Better support for BCH addresses vs regular BTC legacy addresses
go-sanitize - Release v1.0.5

Published by mrz1836 almost 6 years ago

  • Added new BitcoinAddress() sanitize method following the regex for Bitcoin (works for BTC and BCH)
  • Minor edits and improvements
go-sanitize - Release v1.0.4

Published by mrz1836 almost 6 years ago

  • Package name change to follow Go Standards
  • More examples, benchmarks
  • Readme updates
go-sanitize - Release v1.0.3

Published by mrz1836 almost 6 years ago

  • Updated the package read me
  • Updated license to Apache 2.0
go-sanitize - Release v1.0.2

Published by mrz1836 almost 6 years ago

  • Github repository standards (templates)
  • Added code of conduct
  • Added how to contribute
go-sanitize - Release v1.0.1

Published by mrz1836 almost 6 years ago

  • Proper examples using Go formats
  • Minor updates to comments, code formatting