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: aidenybai/million
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.6
Choose a base ref
...
head repository: aidenybai/million
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 15 commits
  • 59 files changed
  • 7 contributors

Commits on Mar 13, 2024

  1. docs: million lint

    aidenybai committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6b3817a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66da8cd View commit details
    Browse the repository at this point in the history
  3. docs: million lint

    aidenybai committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dc62e0c View commit details
    Browse the repository at this point in the history
  4. docs: million lint

    aidenybai committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    73cc22d View commit details
    Browse the repository at this point in the history
  5. fix: img 2

    aidenybai committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    860452f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix: broken block link (#984)

    * Fix broken link
    
    * Update behind-the-block.es-ES.mdx
    
    * Update behind-the-block.fr-FR.mdx
    
    * Update behind-the-block.zh-CN.mdx
    seren5240 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3b61a36 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    ca5ca01 View commit details
    Browse the repository at this point in the history
  2. docs: minor typos

    aidenybai committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    648eb6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6693dcc View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix: #996 Handle property alias (#997)

    * fix: #996 Handle property alias
    
    * fix: Lint - Unnamed function
    AlexanderArvidsson authored May 9, 2024
    Configuration menu
    Copy the full SHA
    7ff650b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. fix: log compiler option (#1009)

    There was a confusing behavior caused by the strange logic in the compiler
    logging. It is possible to turn off the logging only if the `log` option has
    been set to a truthy value, which is not equal to "info", because of the
    condition `!ctx.options.log || ctx.options.log === 'info'`. However, at the same
    time, the type of the `log` option is either `boolean | 'info' | undefined`.
    I think that this PR will make the logic of the `log` option clearer.
    rmnilin authored May 19, 2024
    Configuration menu
    Copy the full SHA
    746e00f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Feat/million rc release (#1035)

    * chore: redirect to million.dev
    
    * fix: rewrites for vercel
    NisargIO authored May 21, 2024
    Configuration menu
    Copy the full SHA
    25100ba View commit details
    Browse the repository at this point in the history
  2. feat(cli): replace wizard with @million/install (#1034)

    * feat(cli): integrate `@million/install`
    
    * fix: update build config
    xinyao27 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b7e11be View commit details
    Browse the repository at this point in the history
  3. cleanup

    aidenybai committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f314b43 View commit details
    Browse the repository at this point in the history
  4. chore: release v3.1.0

    aidenybai committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea7518c View commit details
    Browse the repository at this point in the history
Loading