Skip to content

Releases: jmerle/competitive-companion

2.1.0

28 May 23:09
Compare
Choose a tag to compare
  • Fixed bugs in the HackerRank, CodeChef, Codeforces, DevSkill, LightOJ, Timus and URI Online Judge parsers
  • Added tests for nearly all parsers
  • Cyrillic characters are now removed from Java class names

2.0.1

07 May 22:25
Compare
Choose a tag to compare
  • Fixed the HackerRank parser
  • Added support for Mind Sport

2.0.0

06 May 20:05
Compare
Choose a tag to compare
  • Renamed CHelper Companion to Competitive Companion
  • Moved all parsers over to a TypeScript implementation
  • Tasks can now be sent in a universal JSON format, making it possible to support more than just CHelper
  • Added the option to specify custom ports which makes it possible to send the JSON format to any port on localhost, making it possible to send the parsed problem data to private tools
  • Added support for the acm.sgu.ru problems on Codeforces and added a parser for Jutge
  • Removed the Bayan parser

1.2.2

05 May 13:49
Compare
Choose a tag to compare
  • Fixed the Codeforces and the CodeChef parser

1.2.1

13 Apr 19:00
Compare
Choose a tag to compare
  • Reverted Codeforces parser back to my own implementation

1.2.0

09 Apr 15:22
Compare
Choose a tag to compare
  • Fixed USACO parser
  • Reverted Codeforces parser back to the CHelper one
  • Switched the new Google Code Jam parser to the CHelper one
  • Added parsers for USACO Training, DevSkill, DMOJ, URI Online Judge, LightOJ, SPOJ and Panda Online Judge

1.1.0

01 Apr 18:58
Compare
Choose a tag to compare
  • Added support for the new Google Code Jam website
  • Updated all dependencies
  • Removed all default exports

1.0.4

23 Feb 18:50
Compare
Choose a tag to compare
  • Added support for contests and problems in Codeforces groups

1.0.3

19 Feb 19:17
Compare
Choose a tag to compare
  • Switched the Codeforces problem parser from the default one in the CHelper plugin to a custom one, because the one in the CHelper plugin is not working properly at the moment

1.0.2

31 Dec 13:03
Compare
Choose a tag to compare
  • Fixed a bug in the HackerEarth contest parser where it couldn't parse contests where the problems were divided into sets