Skip to content

Releases: MrZillaGold/NameMCWrapper

2.2.0

17 Jun 08:31
Compare
Choose a tag to compare

🚀 Features

⚠️ BREAKING CHANGES

2.1.3

14 Jun 04:31
Compare
Choose a tag to compare
  • Remove circular dependencies

2.1.2

13 Jun 19:30
Compare
Choose a tag to compare
  • Add contexts exports to TypeScript entry point.

2.1.1

13 Jun 05:09
Compare
Choose a tag to compare

CloudFlare bypass ⚔

Error: Request failed with status code 403

NameMC often uses CloudFlare to protect against DDoS attacks.
If you want the library to work at such times, you need to deploy your own CloudProxy instance.

Now NameMCWrapper fully supports CloudProxy.

new NameMC({
    proxy: "http://192.168.1.51:25565/v1", // CloudProxy URL
    cloudProxy: {}
    // CloudProxy options.
    // Optional.
    // To enable CloudProxy support, you cannot delete an object!
});

Check 📖 Documentation for more information.

🚀 Features

🐛 Bug fixes

  • Fix API class import for commonjs.

2.0.7

23 May 13:26
Compare
Choose a tag to compare
  • Added Birthday cape.
  • Simplified enum imports.
  • cheerio updated to 1.0.0-rc.9.

2.0.6

03 May 13:39
Compare
Choose a tag to compare
  • Fix nickname history parse.

2.0.5

03 May 13:05
Compare
Choose a tag to compare
  • Add enum exports in root.

2.0.4

02 May 06:49
Compare
Choose a tag to compare
  • Fix capturing errors stack trase in browsers.

2.0.3

02 May 06:34
Compare
Choose a tag to compare
  • Disable the installation of the user agent for browser in API class.

2.0.2

01 May 07:49
Compare
Choose a tag to compare
  • Disable the installation of the user agent for browser.
  • Set default page number for getSkins.
  • Check final url header for requests.