$\newcommand{\d}{\,\mathrm{d}}\newcommand{\li}{\operatorname{Li}_2}$Using the logarithm series is definitely the simplest method. I will instead, for the sake of variety as you request, use a series expansion in the $1/y$ term, which is slightly longer and requires knowledge that $\li(1/2)=\frac{\pi^2}{12}-\frac{1}{2}\ln^22$, which I in all honesty had to look up :) but actually then this integral provides a nice proof of that result, by comparing the two methods.
Using $y\mapsto y-1$ and then $y\mapsto e^{-y}$ we obtain: $$\int_{-1}^1\frac{\ln(1+y)}{y}\d y=\int_0^2\frac{\ln(y)}{y-1}\d y=-\int_{-\ln2}^\infty\frac{y}{e^{-y}-1}\cdot e^{-y}\d y$$
Now we split into two integrals. Using the standard Gamma function transformation $y\mapsto ny$: $$\int_0^\infty\frac{y}{e^{-y}-1}e^{-y}\d y=-\sum_{n\ge1}\int_0^\infty y\cdot e^{-ny}\d y=-\zeta(2)=-\frac{\pi^2}{6}$$
Using the same geometric series idea, and the fact that $(-\ln2,0)$ is a negative interval: $$\int_{-\ln2}^0\frac{y}{e^{-y}-1}e^{-y}\d y=\int_{-\ln2}^0\frac{y}{1-e^y}\d y=\sum_{n\ge0}\int_{-\ln2}^0y\cdot e^{ny}\d y$$
Integration by parts for $n\ge1$: $$\begin{align}\int_{-\ln2}^0y\cdot e^{ny}\d y&=\frac{1}{n}y\cdot e^{ny}\Big|_{-\ln2}^0-\frac{1}{n}\int_{-\ln2}^0e^{ny}\d y\\&=\frac{\ln2}{n}2^{-n}-\frac{1}{n^2}(1-2^{-n})\end{align}$$And of course for $n=0$ the integral straightforwardly equals $-\frac{1}{2}\ln^22$. Using the (di)logarithm series: $$\sum_{n\ge0}\int_{-\ln2}^0y\cdot e^{ny}\d y=-\frac{1}{2}\ln^22-\ln2\cdot\ln(1-1/2)-\zeta(2)+\li(1/2)=\frac{\pi^2}{12}-\frac{\pi^2}{6}$$
So finally we have: $$\int_{-1}^1\frac{\ln(1+y)}{y}\d y=-\left[-\frac{\pi^2}{6}+\frac{\pi^2}{12}-\frac{\pi^2}{6}\right]=\frac{\pi^2}{4}\quad\blacksquare$$
To get: $$\li(1/2)=\frac{\pi^2}{12}-\frac{1}{2}\cdot\ln^22$$By other means, plug $x=1/2$ into formula $7$ of this derivation by RobJohn.