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: matijaoe/modern-javascript-snippets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: matijaoe/modern-javascript-snippets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 44 files changed
  • 1 contributor

Commits on Dec 30, 2022

  1. Release v0.6.0

    * Fix typo in readme
    
    * Fix license encoding issue
    
    * Add watch command
    
    * Reorgize snippets, optmize for copilot, change many prefixes
    
    * Fix NaN and remove defaults from types
    
    * Remove indentation from body code block
    
    * Remove defaults from functions
    
    * Add toLocaleString, module.exports, Set & Map
    
    * Add more array methods
    
    * Fix intl wording, modify order of js sections
    
    * Update readme, add formatOnSave recommendation
    
    * Bump version to 0.6.0
    matijaoe authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    df7ac31 View commit details
    Browse the repository at this point in the history
  2. Replace tabs with spaces in docs body column (#7)

    * Replace tabs in table body columnt with spaces
    
    * Bump to v0.6.1
    matijaoe authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3fae224 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. v0.7.0 (#8)

    * Update format configuration, apply formatting
    
    * Update everything
    
    * Update readme
    matijaoe authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5157b89 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.7.0

    matijaoe committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9febbf8 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.7.1

    matijaoe committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    824dfce View commit details
    Browse the repository at this point in the history
  4. Delete deno lock

    matijaoe committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b72df5e View commit details
    Browse the repository at this point in the history
  5. Update description

    matijaoe committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    4973574 View commit details
    Browse the repository at this point in the history
  6. chore: release v0.7.2

    matijaoe committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ef81a99 View commit details
    Browse the repository at this point in the history
Loading