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: mattn/go-mastodon Loading
base: master
Choose a base ref
...
head repository: kaias1jp/go-mastodon Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 1, 2019

  1. On branch mastodon-v3.0.0

    	modified:   mastodon.go
    	modified:   status.go
    kaias1jp committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    26a1da3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kaias1jp/mastodon-v3.0.0

     On branch mastodon-v3.0.0
    kaias1jp committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    5596971 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Update status.go

    kaias1jp committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    e65710f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Update status.go

    kaias1jp committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    5a9779a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. pixelfed対応

    idにintが入ってきた時を想定してinterfaceで受けて出力する構造体に変換して渡す
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b9b19b3 View commit details
    Browse the repository at this point in the history
  2. 書き込み可能文字列数対応

    pleromaの出力するjsonに対応。mastodonでは渡ってこないみたいなので省略可とする
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    51521c7 View commit details
    Browse the repository at this point in the history
  3. 変更内容不明

    意図を忘れた
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    423691e View commit details
    Browse the repository at this point in the history
  4. pleroma対応

    渡すパラメータを省略形ではなく普通の形にする。mastodonでもこれでOK。
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ef90386 View commit details
    Browse the repository at this point in the history
  5. 日本語タグ対応

    マルチバイト系タグが正常に渡らないので修正
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f43ff98 View commit details
    Browse the repository at this point in the history
  6. 検索APIを2つに分ける

    v1用とv2用に分けた
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    c7b6c28 View commit details
    Browse the repository at this point in the history
  7. 日本語タグ対応

    前回のコミットは勘違い。文字列をそのまま渡す
    kaias1jp committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    36dfb0a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update go.mod

    kaias1jp committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9acf7e6 View commit details
    Browse the repository at this point in the history
  2. update go version

    kaias1jp committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    89dec53 View commit details
    Browse the repository at this point in the history
Loading