Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: discordjs/discord.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0.1
Choose a base ref
...
head repository: discordjs/discord.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.0.2
Choose a head ref
  • 14 commits
  • 24 files changed
  • 9 contributors

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    bfcd4be View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. chore: pascal-case in scope

    iCrawl committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    0066d00 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    61ef46f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. docs(sharding): ShardingManager#createShard doesn't spawn the s… (#3875)

    * Fixed createShard() to show an example!
    
    * docs(ShardingManager): clarify createdShard docs
    
    * docs(Shard): clarify manager parameter
    
    * docs(ShardingManager): use an info tag for createShard's param
    
    Co-Authored-By: Sugden <28943913+NotSugden@users.noreply.github.com>
    
    Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    3 people authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    b5a7e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca4b03 View commit details
    Browse the repository at this point in the history
  3. test: update tests (#3865)

    * test: update tests
    
    * style: fix indent
    
    * test: suggested changes
    
    * test: require correct directory
    
    Co-authored-by: Crawl <icrawltogo@gmail.com>
    NotSugden and iCrawl authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9b5f005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f387337 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. docs(GuildMemberResolvable): an member -> a member (#3909)

    an member -> a member
    silvershadowcc authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    3c653aa View commit details
    Browse the repository at this point in the history
  2. fix(MessageEmbed): skip validation of fields when inside a message (#…

    …3894)
    
    * fix(MessageEmbed): Add skipValidation flag to MessageEmbed
    
    * fix(MessageEmbed): Use skipValidation flag in Message
    
    * fix(MessageEmbed): Restore static normalizeField(s) methods
    
    * fix(MessageEmbed): Update typings for constructor
    
    * fix(MessageEmbed): Remove private docstrings/typings
    
    * fix(MessageEmbed): Use skipValidation without storing in instance
    
    * fix(MessageEmbed): skipValidation without modifying normalizeFields
    
    * fix(MessageEmbed): Revert indentation change in typings
    
    * fix(MessageEmbed): Clone logic from normalizeFields (duplicated code ftw)
    
    * revert(MessageEmbed): remove dead code / breaking change
    
    - dead code
      discord.js does not use those methods interally and won't in the future, as Discord
      does not emit any partial embed updates and doing so in the future seems unlikely.
    - a breaking change (an incompatible api change)
      Although it's not recommended to do, users can modify
      received embeds without cloning them, e.g.:
      const embed = message.embeds[0].addField('some title', '');
      (replace '' with some function call; this is just an example)
      This would no longer throw a synchronous error (breaking change),
      but at a later point when actually sending it. (poorer to debug)
    
    Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
    MattIPv4 and SpaceEEC authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    3e169cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d4153 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5dfb55 View commit details
    Browse the repository at this point in the history
  5. docs(Structures): add ExtendableStructure typedef (#3908)

    * docs(Structures): add ExtendableStructure typedef
    
    * revert automatical package.json change
    bks1b authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    79a28b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4f7e07 View commit details
    Browse the repository at this point in the history
  7. chore: release version 12.0.2

    iCrawl committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    36050d0 View commit details
    Browse the repository at this point in the history
Loading