Skip to content

Commit

Permalink
Merge branch 'v1.23.0-with_ext' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fwhy committed Nov 22, 2023
2 parents 891e0a9 + c9997c8 commit 81edef4
Show file tree
Hide file tree
Showing 28 changed files with 327 additions and 351 deletions.
2 changes: 0 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {pwaPlugin} from '@vuepress/plugin-pwa';
import {seoPlugin} from 'vuepress-plugin-seo2';
import {sitemapPlugin} from 'vuepress-plugin-sitemap2';
import {feedPlugin} from 'vuepress-plugin-feed2';
import {removeHtmlExtensionPlugin} from 'vuepress-plugin-remove-html-extension';
// @ts-ignore
import MarkdownItAttrs from 'markdown-it-attrs';

Expand Down Expand Up @@ -336,6 +335,5 @@ export default defineUserConfig({
md.use(MarkdownItAttrs)
}
},
removeHtmlExtensionPlugin(),
],
});
322 changes: 161 additions & 161 deletions docs/README.md

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/formatters/address/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# 住所

* [citySuffix](city_suffix)
* [streetSuffix](street_suffix)
* [buildingNumber](building_number)
* [city](city)
* [streetName](street_name)
* [streetAddress](street_address)
* [postcode](postcode)
* [address](address)
* [country](country)
* [latitude](latitude)
* [longitude](longitude)
* [localCoordinates](local_coordinates)
* [postcode1](postcode1)
* [postcode2](postcode2)
* [prefecture](prefecture)
* [ward](ward)
* [areaNumber](area_number)
* [secondaryAddress](secondary_address)
* [citySuffix](city_suffix.md)
* [streetSuffix](street_suffix.md)
* [buildingNumber](building_number.md)
* [city](city.md)
* [streetName](street_name.md)
* [streetAddress](street_address.md)
* [postcode](postcode.md)
* [address](address.md)
* [country](country.md)
* [latitude](latitude.md)
* [longitude](longitude.md)
* [localCoordinates](local_coordinates.md)
* [postcode1](postcode1.md)
* [postcode2](postcode2.md)
* [prefecture](prefecture.md)
* [ward](ward.md)
* [areaNumber](area_number.md)
* [secondaryAddress](secondary_address.md)
8 changes: 4 additions & 4 deletions docs/formatters/barcode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# バーコード

* [ean13](ean13)
* [ean8](ean8)
* [isbn10](isbn10)
* [isbn13](isbn13)
* [ean13](ean13.md)
* [ean8](ean8.md)
* [isbn10](isbn10.md)
* [isbn13](isbn13.md)
44 changes: 22 additions & 22 deletions docs/formatters/base/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# 基底

* [randomDigit](random_digit)
* [randomDigitNot](random_digit_not)
* [randomDigitNotNull](random_digit_not_null)
* [randomNumber](random_number)
* [randomFloat](random_float)
* [numberBetween](number_between)
* [randomLetter](random_letter)
* [randomElements](random_elements)
* [randomElement](random_element)
* [shuffle](shuffle)
* [numerify](numerify)
* [lexify](lexify)
* [bothify](bothify)
* [asciify](asciify)
* [regexify](regexify)
* [passthrough](passthrough)
* [randomAscii](random_ascii)
* [randomKey](random_key)
* [shuffleArray](shuffle_array)
* [shuffleString](shuffle_string)
* [toLower](to_lower)
* [toUpper](to_upper)
* [randomDigit](random_digit.md)
* [randomDigitNot](random_digit_not.md)
* [randomDigitNotNull](random_digit_not_null.md)
* [randomNumber](random_number.md)
* [randomFloat](random_float.md)
* [numberBetween](number_between.md)
* [randomLetter](random_letter.md)
* [randomElements](random_elements.md)
* [randomElement](random_element.md)
* [shuffle](shuffle.md)
* [numerify](numerify.md)
* [lexify](lexify.md)
* [bothify](bothify.md)
* [asciify](asciify.md)
* [regexify](regexify.md)
* [passthrough](passthrough.md)
* [randomAscii](random_ascii.md)
* [randomKey](random_key.md)
* [shuffleArray](shuffle_array.md)
* [shuffleString](shuffle_string.md)
* [toLower](to_lower.md)
* [toUpper](to_upper.md)
4 changes: 2 additions & 2 deletions docs/formatters/base/random_float.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ nullを指定した場合、`randomNumber()`で生成されたランダムな値
:::

## 参考
* [randomDigit](random_digit)
* [randomNumber](random_number)
* [randomDigit](random_digit.md)
* [randomNumber](random_number.md)
2 changes: 1 addition & 1 deletion docs/formatters/base/random_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ trueにした場合、返り値が正確に`$nbDigits`桁になります。

## 参考
* [mt_getrandmax](https://www.php.net/manual/ja/function.mt-getrandmax)
* [randomDigitNotNull](random_digit_not_null)
* [randomDigitNotNull](random_digit_not_null.md)
2 changes: 1 addition & 1 deletion docs/formatters/biased/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# バイアス

* [biasedNumberBetween](biased_number_between)
* [biasedNumberBetween](biased_number_between.md)
18 changes: 9 additions & 9 deletions docs/formatters/color/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#

* [hexColor](hex_color)
* [safeHexColor](safe_hex_color)
* [rgbColorAsArray](rgb_color_as_array)
* [rgbColor](rgb_color)
* [rgbCssColor](rgb_css_color)
* [rgbaCssColor](rgba_css_color)
* [safeColorName](safe_color_name)
* [colorName](color_name)
* [hslColor](hsl_color)
* [hexColor](hex_color.md)
* [safeHexColor](safe_hex_color.md)
* [rgbColorAsArray](rgb_color_as_array.md)
* [rgbColor](rgb_color.md)
* [rgbCssColor](rgb_css_color.md)
* [rgbaCssColor](rgba_css_color.md)
* [safeColorName](safe_color_name.md)
* [colorName](color_name.md)
* [hslColor](hsl_color.md)
8 changes: 4 additions & 4 deletions docs/formatters/company/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 会社

* [company](company)
* [companySuffix](company_suffix)
* [jobTitle](job_title)
* [companyPrefix](company_prefix)
* [company](company.md)
* [companySuffix](company_suffix.md)
* [jobTitle](job_title.md)
* [companyPrefix](company_prefix.md)
2 changes: 1 addition & 1 deletion docs/formatters/company/job_title.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobTitle() :string
:::

## 参考
* [word](../lorem/word)
* [word](../lorem/word.md)
40 changes: 20 additions & 20 deletions docs/formatters/date_time/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 日時

* [unixTime](unix_time)
* [dateTime](date_time)
* [dateTimeAD](date_time_ad)
* [iso8601](iso8601)
* [date](date)
* [time](time)
* [dateTimeBetween](date_time_between)
* [dateTimeInInterval](date_time_in_interval)
* [dateTimeThisCentury](date_time_this_century)
* [dateTimeThisDecade](date_time_this_decade)
* [dateTimeThisYear](date_time_this_year)
* [dateTimeThisMonth](date_time_this_month)
* [amPm](am_pm)
* [dayOfMonth](day_of_month)
* [dayOfWeek](day_of_week)
* [month](month)
* [monthName](month_name)
* [year](year)
* [century](century)
* [timezone](timezone)
* [unixTime](unix_time.md)
* [dateTime](date_time.md)
* [dateTimeAD](date_time_ad.md)
* [iso8601](iso8601.md)
* [date](date.md)
* [time](time.md)
* [dateTimeBetween](date_time_between.md)
* [dateTimeInInterval](date_time_in_interval.md)
* [dateTimeThisCentury](date_time_this_century.md)
* [dateTimeThisDecade](date_time_this_decade.md)
* [dateTimeThisYear](date_time_this_year.md)
* [dateTimeThisMonth](date_time_this_month.md)
* [amPm](am_pm.md)
* [dayOfMonth](day_of_month.md)
* [dayOfWeek](day_of_week.md)
* [month](month.md)
* [monthName](month_name.md)
* [year](year.md)
* [century](century.md)
* [timezone](timezone.md)
6 changes: 3 additions & 3 deletions docs/formatters/file/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ファイル

* [mimeType](mime_type)
* [fileExtension](file_extension)
* [file](file)
* [mimeType](mime_type.md)
* [fileExtension](file_extension.md)
* [file](file.md)
2 changes: 1 addition & 1 deletion docs/formatters/html_lorem/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# HTMLロレム・イプサム

* [randomHtml](random_html)
* [randomHtml](random_html.md)
4 changes: 2 additions & 2 deletions docs/formatters/image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 画像

* [imageUrl](image_url)
* [image](image)
* [imageUrl](image_url.md)
* [image](image.md)
36 changes: 18 additions & 18 deletions docs/formatters/internet/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# インターネット

* [email](email)
* [safeEmail](safe_email)
* [freeEmail](free_email)
* [companyEmail](company_email)
* [freeEmailDomain](free_email_domain)
* [safeEmailDomain](safe_email_domain)
* [userName](user_name)
* [password](password)
* [domainName](domain_name)
* [tld](tld)
* [url](url)
* [slug](slug)
* [ipv4](ipv4)
* [localIpv4](local_ipv4)
* [ipv6](ipv6)
* [macAddress](mac_address)
* [lastNameAscii](last_name_ascii)
* [firstNameAscii](first_name_ascii)
* [email](email.md)
* [safeEmail](safe_email.md)
* [freeEmail](free_email.md)
* [companyEmail](company_email.md)
* [freeEmailDomain](free_email_domain.md)
* [safeEmailDomain](safe_email_domain.md)
* [userName](user_name.md)
* [password](password.md)
* [domainName](domain_name.md)
* [tld](tld.md)
* [url](url.md)
* [slug](slug.md)
* [ipv4](ipv4.md)
* [localIpv4](local_ipv4.md)
* [ipv6](ipv6.md)
* [macAddress](mac_address.md)
* [lastNameAscii](last_name_ascii.md)
* [firstNameAscii](first_name_ascii.md)
14 changes: 7 additions & 7 deletions docs/formatters/lorem/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ロレム・イプサム

* [word](ward)
* [words](wards)
* [sentence](sentence)
* [sentences](sentences)
* [paragraph](paragraph)
* [paragraphs](paragraphs)
* [text](text)
* [word](word.md)
* [words](words.md)
* [sentence](sentence.md)
* [sentences](sentences.md)
* [paragraph](paragraph.md)
* [paragraphs](paragraphs.md)
* [text](text.md)
6 changes: 3 additions & 3 deletions docs/formatters/medical/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 医療

* [bloodType](blood_type)
* [bloodRh](blood_rh)
* [bloodGroup](blood_group)
* [bloodType](blood_type.md)
* [bloodRh](blood_rh.md)
* [bloodGroup](blood_group.md)
20 changes: 10 additions & 10 deletions docs/formatters/miscellaneous/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 雑多

* [boolean](boolean)
* [md5](md5)
* [sha1](sha1)
* [sha256](sha256)
* [locale](locale)
* [countryCode](country_code)
* [countryISOAlpha3](country_iso_alpha3)
* [languageCode](language_code)
* [currencyCode](currency_code)
* [emoji](emoji)
* [boolean](boolean.md)
* [md5](md5.md)
* [sha1](sha1.md)
* [sha256](sha256.md)
* [locale](locale.md)
* [countryCode](country_code.md)
* [countryISOAlpha3](country_iso_alpha3.md)
* [languageCode](language_code.md)
* [currencyCode](currency_code.md)
* [emoji](emoji.md)
14 changes: 7 additions & 7 deletions docs/formatters/payment/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 支払い

* [creditCardType](credit_card_type)
* [creditCardNumber](credit_card_number)
* [creditCardExpirationDate](credit_card_expiration_date)
* [creditCardExpirationDateString](credit_card_expiration_date_string)
* [creditCardDetails](credit_card_details)
* [iban](iban)
* [swiftBicNumber](swift_bic_number)
* [creditCardType](credit_card_type.md)
* [creditCardNumber](credit_card_number.md)
* [creditCardExpirationDate](credit_card_expiration_date.md)
* [creditCardExpirationDateString](credit_card_expiration_date_string.md)
* [creditCardDetails](credit_card_details.md)
* [iban](iban.md)
* [swiftBicNumber](swift_bic_number.md)
26 changes: 13 additions & 13 deletions docs/formatters/person/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#

* [name](name)
* [firstName](first_name)
* [firstNameMale](first_name_male)
* [firstNameFemale](first_name_female)
* [lastName](last_name)
* [title](title)
* [titleMale](title_male)
* [titleFemale](title_female)
* [kanaName](kana_name)
* [firstKanaName](first_kana_name)
* [firstKanaNameMale](first_kana_name_male)
* [firstKanaNameFemale](first_kana_name_female)
* [lastKanaName](last_kana_name.md)
* [name](name.md)
* [firstName](first_name.md)
* [firstNameMale](first_name_male.md)
* [firstNameFemale](first_name_female.md)
* [lastName](last_name.md)
* [title](title.md)
* [titleMale](title_male.md)
* [titleFemale](title_female.md)
* [kanaName](kana_name.md)
* [firstKanaName](first_kana_name.md)
* [firstKanaNameMale](first_kana_name_male.md)
* [firstKanaNameFemale](first_kana_name_female.md)
* [lastKanaName](last_kana_name.md.md)
6 changes: 3 additions & 3 deletions docs/formatters/phone_number/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 電話番号

* [phoneNumber](phone_number)
* [e164PhoneNumber](e164_phone_number)
* [imei](imei)
* [phoneNumber](phone_number.md)
* [e164PhoneNumber](e164_phone_number.md)
* [imei](imei.md)
4 changes: 2 additions & 2 deletions docs/formatters/text/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 文章

* [realText](real_text)
* [realTextBetween](real_text_between)
* [realText](real_text.md)
* [realTextBetween](real_text_between.md)
Loading

0 comments on commit 81edef4

Please sign in to comment.