Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
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: AndrewDongminYoo/segway-ble-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: AndrewDongminYoo/segway-ble-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 4, 2023

  1. docs(application): 📝 build auto-generated postman document with jsdoc

    When JSDoc is written, a document github page was built using postman-jsdoc-theme, which organizes the APIs used in the project into example documents.
    AndrewDongminYoo committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e00e1f2 View commit details
    Browse the repository at this point in the history
  2. docs(application): 📝 the module interface has been slightly modified

    The part that is not in line with the JSDoc syntax has been deleted, and the module interface has been slightly modified. When JSDoc is written, a document github page was built using postman-jsdoc-theme, which organizes the APIs used in the project into example documents.
    AndrewDongminYoo committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    07a8998 View commit details
    Browse the repository at this point in the history
  3. perf(application): ⚡️ reverted to asynchrocous functions

    Some of the methods that were changed to synchronous functions were converted back to asynchronous functions for performance reasons.
    AndrewDongminYoo committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3f626eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d00839 View commit details
    Browse the repository at this point in the history
Loading