Skip to content

GopherMap ChangeLog

v1.0.0

Released: 2026-08-12

  • Removed the exceptions from the library. (#10)
  • Added an optional strict mode (and, in doing so, added an exception back). (#12)
  • Added has_error instance property to the GopherMap class. (#13)
  • Added is_likely_a_map as a class method. (#13)
  • Added is_likely_error as a class method. (#13)

v0.2.0

Released: 2026-07-28

  • Make parsing far more relaxed. Empty lines also become empty info lines. (#7)

v0.1.1

Released: 2026-07-27

  • Skip totally empty lines. (#5)

v0.1.0

Released: 2026-07-27

  • Initial release.

v0.0.1

Released: 2026-07-25

  • Initial placeholder package to test that the name is available in PyPI.