Skip to content

Releases: alopezlago/YetAnotherPacketParser

v1.2.0

12 Mar 06:42
b710fb9
Compare
Choose a tag to compare

What's Changed

  • v1.2.0 - sub/superscript support, nicer JSON outputs by @alopezlago in #51
  • Add support for subscripts and superscripts (#50)
  • Make JSON output nicer by having bonus answers closer to their parts
  • Make it rarer for tags to be nested in a technically invalid order (e.g. <b><u></b></u>)

Full Changelog: v1.1.1...v1.2.0

v1.1.1

23 Dec 07:41
00c6f58
Compare
Choose a tag to compare

What's Changed

  • Merged PR 293: Throttling + Nuget improvements by @alopezlago in #43
  • Merged PR 300: Have the API correctly treat the default format as JSO… by @alopezlago in #47
  • v1.1.1: Fix issue where sanitized fields were included for bonuses in MODAQ-formatted by @alopezlago in #48

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 Jun 20:25
771f095
Compare
Choose a tag to compare

What's Changed

  • Merged PR 270: Fix CORS policy in the API to allow any callers and HT… by @alopezlago in #39
  • Create dotnet.yml by @alopezlago in #40
  • Merged PR 286: v1.1.0 - Support [e]/[m]/[h] as bonus part indicators by @alopezlago in #42

Full Changelog: v1.0.1...v1.1.0

v1.0.1

15 Apr 05:52
23e8185
Compare
Choose a tag to compare
  • Update libraries to latest versions
  • Remove .Net Core 3.1 support since that's no longer supported
  • Add multiple event loggers for the API, including file logging
  • Bump version to 1.0.1.0

v1.0.0

18 Apr 06:25
d098623
Compare
Choose a tag to compare
  • Update dependencies to latest versions
  • Remove obsolete Azure Function project
  • Add XML comments to public methods and properties to improve usability
  • Bump version to 1.0.0.0.

v0.4.2

30 Nov 06:06
a5c744a
Compare
Choose a tag to compare
  • Support .Net 6 as a build target
  • Minor performance and static analysis fixes
  • Bump version to 0.4.2

v0.4.1

14 Nov 03:13
0683fc4
Compare
Choose a tag to compare
  • Don't include "<" and ">" in the metadata for JSON
  • Show the number of non-3-part bonuses in the command line (#6)
  • Bump version to 0.4.1

v0.4.0

12 Nov 07:04
c09856d
Compare
Choose a tag to compare
  • Parse post-question metadata if it's there (#31)
    • This is often in the form of <Author, Category> or <Category, Author>
  • Add option mergeMultiple to program and Azure Function to return multiple packets into a single JSON or HTML file
  • Bump version to 0.4.0

v0.3.0

12 Nov 07:02
c09856d
Compare
Choose a tag to compare
  • Support HTML as an input format (#25)
  • Fix issue when parsing zip files where parsing would randomly fail
  • Fix issue where Readme referred to an obsolete parameter (#17)
  • Update dependencies
  • Bump verison to 0.3.0

v0.2.3

10 Jul 06:16
cffecf5
Compare
Choose a tag to compare
  • Fix typo in DifficultyModifier in JSON files (Allow for difficulty markings (e.g. [10h], [10m], [10e]) in bonus part point values (#20)
  • Emit and instead of for JSON (Failing to recognize prompt underlining (#22)
  • Bump version to 0.2.3